/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



































/* ===============================
   PRODUCT REVIEWS CUSTOM DESIGN
   =============================== */

/* --- Reviews 2 Columns Layout --- */
.woocommerce-Reviews .commentlist {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
}

/* --- Review Card Box Style --- */
.woocommerce-Reviews .comment_container {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* --- Reviewer Name --- */
.woocommerce-review__author {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #111;
}

/* --- Review Date --- */
.woocommerce-review__published-date {
    font-size: 14px;
    color: #777;
    font-family: "Poppins", sans-serif;
}

/* --- Review Text --- */
.woocommerce-review__text p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    font-family: "Poppins", sans-serif;
}

/* --- Star Rating Color --- */
.star-rating span::before {
    color: #ffae00 !important; /* Gold star */
}

/* --- Review Section Heading --- */
.woocommerce-Reviews h2.woocommerce-Reviews-title {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
    font-weight: 700;
    color: #000;
}

/* --- If review button/form appears someday --- */
.woocommerce #review_form #respond .form-submit input {
    background: #0084ff !important;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background: #006fe0 !important;
}

/* --- Responsive Fix for Mobile --- */
@media (max-width: 768px) {
    .woocommerce-Reviews .commentlist {
        grid-template-columns: 1fr !important;
    }
}



/* Container for title + arrow */
.single-product .product_title.entry-title {
    display: flex !important;
    align-items: center;
    gap: 5px;
}

/* Title text part */
.ct-title-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1; /* take remaining space */
}

.ct-toggle-icon {
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    flex-shrink: 0;

    background: #f2f2f2;        /* Background color */
    padding: 6px 10px;          /* Space around icon */
    border-radius: 6px;         /* Rounded corners */
    border: 1px solid #ddd;     /* Light border (optional) */
}



/* Product wrapper style */
.product-wrapper {
    height: 427px;
    width: 292px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}




.custom-review-count { text-align: left; margin-top: 5px;  }

