/* =========================================
   استایل فوق‌العاده حرفه‌ای و مدرن کارت محصولات
========================================= */

.ek-related-downloads-section {
    padding: 34px 0 8px;
    background: #f8fafc;
}

.ek-related-downloads-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.ek-related-downloads-heading h2 {
    margin: 0;
    color: #1e293b;
    font-size: 21px;
    font-weight: 800;
}

.ek-related-downloads-section .ek-product-grid {
    margin: 0;
}

@media (max-width: 576px) {
    .ek-related-downloads-section {
        padding-top: 26px;
    }

    .ek-related-downloads-heading h2 {
        font-size: 17px;
    }

    .ek-related-downloads-heading .ek-view-all-btn {
        padding: 7px 11px;
        font-size: 11px;
    }
}

/* کانتینر اصلی کارت */
.ek-product-card {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,0.9) 100%) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04), 0 2px 8px rgba(15, 23, 42, 0.02) !important;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s ease !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    position: relative !important;
}

.ek-product-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08), 0 8px 18px rgba(99, 102, 241, 0.06) !important;
    border-color: #c7d2fe !important;
}

/* بخش تصویر پیش‌نمایش (چسبیده به لبه‌ها و مماس با کادر بالای کارت) */
.ek-product-image {
    position: relative !important;
    width: 100% !important;
    padding-top: 100% !important; /* فریم کاملاً مربع */
    background-color: #f8fafc !important;
    overflow: hidden !important;
    border-top-left-radius: 18px !important; /* هماهنگی کامل با گردی کارت */
    border-top-right-radius: 18px !important;
}

.ek-product-image a {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important; /* حذف پدینگ اضافی برای چسبیدن کامل به لبه‌ها */
}

.ek-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* پر کردن کامل فریم تصویر تا لبه‌ها */
    transition: transform 0.4s ease !important;
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
}

.ek-product-card:hover .ek-product-image img {
    transform: scale(1.05) !important; /* زوم نرم و جذاب هنگام هاور */
}

/* 🏷️ بج «ویژه» (انتقال به سمت چپ با استایل حرفه‌ای) */
.ek-badge-featured,
.ek-featured-badge,
.ek-product-card span.ek-badge-featured {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important; /* انتقال به سمت چپ طبق درخواست */
    right: auto !important;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 4px 10px !important;
    border-radius: 8px !important;
    z-index: 10 !important;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.3) !important;
    line-height: 1.4 !important;
    letter-spacing: -0.2px !important;
}

/* لیبل پس‌زمینه PNG (در صورت وجود) */
.ek-badge-png {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    background-color: #6366f1 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 4px 10px !important;
    border-radius: 8px !important;
    z-index: 10 !important;
}

/* 📝 بخش محتوای متنی کارت (تنظیم فاصله‌ها و اصلاح چسبندگی) */
.ek-product-content {
    padding: 18px 20px 20px 20px !important; /* فاصله استاندارد و منظم از اطراف */
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    background: rgba(255,255,255,0.35) !important;
}

.ek-product-title {
    position: relative !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    text-align: right !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.ek-product-title a {
    color: #1e293b !important;
    transition: color 0.2s ease !important;
}

.ek-product-title a:hover {
    color: #6366f1 !important;
}

/* 🛒 فوتر کارت (تنظیم همترازی قیمت و دکمه سبد خرید) */
.ek-product-footer {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: auto !important;
    width: 100% !important;
    padding-top: 0 !important;
    border-top: 0 !important;
    position: relative !important;
}

/* موبایل: کاهش اندازه عنوان محصول تا در یک خط قرار بگیرد */
@media (max-width: 992px) {
    .ek-product-title {
        font-size: 13px !important;
        margin: 0 0 10px 0 !important;
    }
}

@media (max-width: 768px) {
    .ek-product-title {
        font-size: 12px !important;
        margin: 0 0 8px 0 !important;
    }
}

/* بخش قیمت */
.ek-price-wrap,
.ek-free-price {
    color: #10b981 !important;
    font-weight: 800 !important;
    font-size: 15px !important;
}

/* =========================================
   🛍️ دکمه سبد خرید (ترفند ماسک بصری آژاکس)
========================================= */
.ek-cart-btn-wrapper {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* افکت هاور روی کل باکس */
.ek-cart-btn-wrapper:hover {
    background-color: #10b981 !important;
    border-color: #10b981 !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35) !important;
    transform: translateY(-2px) !important;
}

/* لایه گرافیکی (آیکون) */
.ek-cart-btn-visual {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1 !important;
    pointer-events: none !important; /* کلیک از این لایه عبور می‌کند */
}

.ek-cart-btn-visual i {
    font-size: 17px !important;
    color: #6366f1 !important;
    --fa-primary-color: #6366f1 !important;
    --fa-secondary-color: #a5b4fc !important;
    --fa-secondary-opacity: 0.8 !important;
    transition: all 0.3s ease !important;
}

.ek-cart-btn-wrapper:hover .ek-cart-btn-visual i {
    color: #ffffff !important;
    --fa-primary-color: #ffffff !important;
    --fa-secondary-color: #ffffff !important;
    --fa-secondary-opacity: 0.9 !important;
}

/* لایه عملکردی: نامرئی کردن دکمه اصلی EDD */
.ek-cart-btn-wrapper .edd_download_purchase_form,
.ek-cart-btn-wrapper form {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.ek-cart-btn-wrapper .ek-real-edd-btn {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important; /* دکمه کاملاً نامرئی است */
    z-index: 2 !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 🛑 مهار کامل پیام‌ها و دکمه‌های مزاحم زیر کارت محصول */
.ek-cart-btn-wrapper .edd_go_to_checkout,
.ek-cart-btn-wrapper .edd-cart-added-alert,
.ek-cart-btn-wrapper .edd-loading {
    display: none !important;
}
/* =========================================
   استایل فوق‌العاده مدرن و کامل صفحه تکی محصول
========================================= */

/* چیدمان کلی صفحه تکی */
.ek-product-single-layout,
.ek-single-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.8fr) !important;
    gap: 30px !important;
    margin-top: 30px !important;
    align-items: start !important;
}

/* --- ۱. باکس اصلی اطلاعات خرید (سمت چپ) --- */
.ek-product-info-box,
.ek-box-purchase {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 20px !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    text-align: center !important;
}

.ek-product-info-box h1,
.ek-single-title {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    line-height: 1.6 !important;
    margin: 0 0 20px 0 !important;
    text-align: center !important;
}

.ek-single-price,
.ek-product-price,
.ek-price-value {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #10b981 !important;
    margin: 15px 0 25px 0 !important;
    text-align: center !important;
}

/* =========================================
   طراحی مدرن دکمه خرید دو تکه (آیکون در باکس مجزا)
========================================= */

.ek-buy-box .edd-submit,
.ek-product-buy-box .edd-submit,
.ek-add-to-cart-wrap .edd-add-to-cart,
.ek-btn-buy {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important; /* انتقال متن به سمت راست */
    padding-right: 30px !important; /* فاصله متن از حاشیه سمت راست دکمه */
    padding-left: 60px !important; /* ایجاد فاصله ایمن تا آیکون سمت چپ */
    width: 100% !important;
    background-color: #22c55e !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 14px !important;
    text-decoration: none !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    border: none !important;
    min-height: 54px !important;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.25) !important;
    cursor: pointer !important;
}

/* کادر مجزای آیکون در سمت چپ با پس‌زمینه سبز تیره */
.ek-buy-box .edd-submit::before,
.ek-product-buy-box .edd-submit::before,
.ek-add-to-cart-wrap .edd-add-to-cart::before,
.ek-btn-buy::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 54px !important;
    background-color: rgba(0, 0, 0, 0.12) !important; /* ایجاد لایه سبز تیره روی پس‌زمینه */
    border-top-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
    z-index: 1 !important;
}

/* تنظیم دقیق جایگاه آیکون سفید روی باکس تیره‌تر */
.ek-buy-box .edd-submit i,
.ek-product-buy-box .edd-submit i,
.ek-add-to-cart-wrap .edd-add-to-cart i,
.ek-btn-buy i {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important;
    font-size: 20px !important;
    color: #ffffff !important;
    --fa-primary-color: #ffffff !important;
    --fa-secondary-color: #ffffff !important;
    --fa-secondary-opacity: 0.8 !important;
}

/* افکت هاور دکمه */
.ek-buy-box .edd-submit:hover,
.ek-product-buy-box .edd-submit:hover,
.ek-add-to-cart-wrap .edd-add-to-cart:hover,
.ek-btn-buy:hover {
    background-color: #16a34a !important;
    box-shadow: 0 8px 22px rgba(34, 197, 94, 0.35) !important;
    transform: translateY(-2px) !important;
}

.ek-buy-box .edd-submit:hover::before,
.ek-add-to-cart-wrap .edd-add-to-cart:hover::before {
    background-color: rgba(0, 0, 0, 0.18) !important; /* کمی تیره‌تر شدن باکس آیکون در هاور */
}

/* --- ۲. باکس شیک مشخصات فایل --- */
.ek-specs-box,
.ek-file-features {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 24px !important;
    border: 1px solid #f1f5f9 !important;
    margin-top: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
}

.ek-specs-box ul,
.ek-vertical-specs {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ek-spec-item,
.ek-vertical-specs li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 14px 0 !important;
    border-bottom: 1px dashed #e2e8f0 !important;
    font-size: 13.5px !important;
}

.ek-spec-item:last-child,
.ek-vertical-specs li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.ek-spec-label {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #080909 !important;
    font-weight: 600 !important;
}

/* کادر مربعی اپل‌استایل دور آیکون مشخصات */
.ek-spec-label i,
.spec-right i {
    font-size: 16px !important;
    width: 36px !important;
    height: 36px !important;
    background-color: #f8fafc !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    color: #475569 !important;
    --fa-primary-color: #334155 !important;
    --fa-secondary-color: #64748b !important;
    --fa-secondary-opacity: 0.5 !important;
}

.ek-spec-value,
.spec-left {
    font-weight: 700 !important;
    color: #0f172a !important;
    background: #f8fafc !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
}

/* --- ۳. تب‌های لوکس و سوئیچی توضیحات و نظرات --- */
.ek-tabs-wrapper {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid #f1f5f9 !important;
    margin-top: 30px !important;
    padding: 30px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02) !important;
}

.ek-tabs-nav,
.ek-tabs-header {
    display: inline-flex !important;
    background: #f8fafc !important;
    padding: 6px !important;
    margin: 0 0 25px 0 !important;
    list-style: none !important;
    border-radius: 14px !important;
    border: 1px solid #e2e8f0 !important;
    gap: 5px !important;
}

.ek-tab-link,
.ek-tab {
    padding: 10px 24px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #64748b !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border-radius: 10px !important;
    display: inline-block !important;
    border: none !important;
}

.ek-tab-link.active,
.ek-tab.active {
    background: #ffffff !important;
    color: #6366f1 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
}

/* =========================================
   استایل فوق‌العاده مدرن برچسب‌ها (Tags)
========================================= */
.ek-tags-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    padding: 20px !important;
    margin-top: 30px !important;
    background: #f8fafc !important; /* پس‌زمینه خاکی ملایم برای کل باکس برچسب‌ها */
    border-radius: 16px !important;
    border: 1px solid #f1f5f9 !important;
}

.ek-tags-title {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: #475569 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-left: 5px !important;
}

.ek-tags-title i.fa-duotone {
    font-size: 16px !important;
    --fa-primary-color: #6366f1 !important;
    --fa-secondary-color: #a5b4fc !important;
}

/* آیتم‌های برچسب با کادر و گوشه‌های نرم گرد */
.ek-tag-item,
.ek-tags-wrapper a {
    background: #ffffff !important;
    color: #475569 !important;
    padding: 8px 16px !important;
    border-radius: 12px !important; /* گردی گوشه اختصاصی و مدرن */
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* افکت هاور جذاب برچسب‌ها */
.ek-tag-item:hover,
.ek-tags-wrapper a:hover {
    background: #6366f1 !important;
    color: #ffffff !important;
    border-color: #6366f1 !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25) !important;
    transform: translateY(-2px) !important;
}

/* =========================================
   استایل تمیز و مهارشده بخش نظرات (Comments)
========================================= */
#comments,
.ek-comments-area {
    margin-top: 25px !important;
    padding: 25px !important;
    background: #ffffff !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 18px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
    font-size: 14px !important;
    color: #64748b !important;
    text-align: right !important;
}

/* متن پیغام بسته بودن نظرات یا راهنما */
.nocomments,
#comments p {
    font-weight: 600 !important;
    color: #64748b !important;
    margin: 0 !important;
}

/* واکنش‌گرایی موبایل */
@media(max-width: 768px) {
    .ek-product-single-layout,
    .ek-single-grid {
        grid-template-columns: 1fr !important;
    }
}
/* =========================================
   تضمین عملکرد تب‌ها و مخفی‌سازی قطعی
========================================= */
.ek-tab-pane {
    display: none !important; /* مخفی کردن مطلق تبی که فعال نیست */
}

.ek-tab-pane.active {
    display: block !important; /* نمایش قطعی تبی که فعال است */
    animation: fadeInTab 0.4s ease forwards;
}

/* استایل باکس محتوای ایزوله برای جلوگیری از بهم ریختگی قالب توسط افزونه‌ها */
.ek-content-isolated {
    width: 100% !important;
    overflow: hidden !important;
}

/* استایل شیک برای فرم ارتقای حساب یا پیام‌های افزونه اشتراک ویژه */
#tab-comments p.must-log-in,
#tab-comments .edd-alert,
#tab-comments .rcp_restricted {
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    color: #334155 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
    line-height: 1.8 !important;
}
/* ==========================================================================
   ElemanKit - Single Product Comments / Reviews Styles
   ========================================================================== */

/* ۱. کانتینر اصلی بخش دیدگاه‌ها */
#comments,
.comments-area,
#tab-comments {
    padding: 10px 0;
    direction: rtl;
    text-align: right;
}

/* ۲. عنوان فرم و تعداد دیدگاه‌ها */
.comments-title,
.comment-reply-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 20px !important;
    display: block;
}

/* ۳. متن «به عنوان X وارد شده‌اید» */
.logged-in-as {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
}

.logged-in-as a {
    color: #6366f1;
    text-decoration: none;
    font-weight: 600;
}

/* ۴. استایل‌دهی تکست‌اریا (کادر متن دیدگاه) */
.comment-form-comment {
    margin-bottom: 20px;
}

.comment-form-comment label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
}

.comment-form textarea,
#commentform textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    min-height: 140px;
    padding: 16px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 12px !important;
    background-color: #f8fafc !important;
    font-family: inherit !important;
    font-size: 14px !important;
    color: #1e293b !important;
    outline: none;
    resize: vertical;
    transition: all 0.3s ease;
}

.comment-form textarea:focus,
#commentform textarea:focus {
    border-color: #6366f1 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12) !important;
}

/* ۵. فیلدهای نام و ایمیل (برای کاربران مهمان) */
.comment-form-author,
.comment-form-email {
    margin-bottom: 15px;
}

.comment-form-author label,
.comment-form-email label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 6px;
}

.comment-form-author input,
.comment-form-email input {
    width: 100% !important;
    box-sizing: border-box !important;
    height: 46px;
    padding: 0 16px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background-color: #f8fafc !important;
    font-family: inherit !important;
    font-size: 14px !important;
    color: #1e293b !important;
    outline: none;
    transition: all 0.3s ease;
}

.comment-form-author input:focus,
.comment-form-email input:focus {
    border-color: #6366f1 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12) !important;
}

/* ۶. دکمه ارسال دیدگاه */
.form-submit {
    margin-top: 15px;
    text-align: left; /* دکمه سمت چپ قرار بگیرد */
}

.form-submit input[type="submit"],
#commentform #submit {
    background-color: #6366f1 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 28px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.25);
}

.form-submit input[type="submit"]:hover,
#commentform #submit:hover {
    background-color: #4f46e5 !important;
    transform: translateY(-1px);
}

/* ==========================================================================
   ۷. استایل‌دهی لیست دیدگاه‌های منتشر شده (Comment List)
   ========================================================================== */
.comment-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 30px 0 0 0 !important;
}

.comment-list li.comment {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.comment-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.comment-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.comment-meta img.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-author .fn {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    font-style: normal;
}

.comment-metadata {
    font-size: 12px;
    color: #94a3b8;
}

.comment-content {
    font-size: 14px;
    line-height: 1.7;
    color: #334155;
}

.reply a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #6366f1;
    text-decoration: none;
    background-color: #eef2ff;
    padding: 4px 12px;
    border-radius: 6px;
    transition: background 0.2s;
}

.reply a:hover {
    background-color: #e0e7ff;
}

/* دیدگاه‌های پاسخ داده شده (Nested Comments) */
.comment-list .children {
    list-style: none !important;
    padding-right: 20px !important;
    margin-top: 15px;
    border-right: 2px solid #e2e8f0;
}