/* 
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 */
/* لیست نظرات */
/* استایل آیتم‌های نظر */
.review-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.review-text {
    margin: 5px 0;
}

/* ستاره‌های نمایش نظرات */
.review-rating .star {
    font-size: 18px;
    opacity: 0.4;
    color: var(--e-global-color-primary);
}
.review-rating .star.active {
    opacity: 1;
}

/* ستاره‌های فرم ارسال */
.star-rating-select .star {
    font-size: 30px;
    cursor: pointer;
    opacity: 0.4;
    color: var(--e-global-color-primary);
    transition: .2s;
}
.star-rating-select .star.active {
    opacity: 1;
}

/* پیام موفقیت */
.success-msg {
    background: rgba(0, 200, 0, .1);
    padding: 12px;
    margin-top: 10px;
    border-radius: 6px;
    color: var(--e-global-color-primary);
}

/* دکمه ارسال فرم */
.review-submit-btn {
    all: unset;
    display: inline-block;
    padding: 12px 22px;
    background: var(--e-global-color-primary);
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
}
.review-submit-btn:hover {
    opacity: .85;
}

/* کانتینر اصلی (برای چسبیدن صفحه‌بندی به پایین) */
#wc-reviews-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 450px;
    position: relative;
}

/* لیست نظرات */
#wc-reviews-list {
    flex-grow: 1;
    padding-bottom: 20px;
}

/* صفحه‌بندی همیشه پایین */
#wc-reviews-pagination {
    margin-top: auto !important;
    padding: 15px 0;
}

/* فیکس مخصوص صفحه آخر */
#wc-reviews-wrapper.end-page-fix {
    min-height: 550px;
}

/* استایل خطی صفحه‌بندی */
.wc-pagination-line {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.wc-pagination-line .page-btn {
    padding: 6px 13px;
    border-radius: 5px;
    background: #f5f5f5;
    cursor: pointer;
    transition: .25s;
}

.wc-pagination-line .page-btn:hover {
    background: #e1e1e1;
}

.wc-pagination-line .page-btn.active {
    background: var(--e-global-color-primary);
    color: #fff;
}

/* پیام "در حال لود" */
.loading-msg {
    padding: 15px;
    text-align: center;
    opacity: 0.7;
}

