.elementor-4028 .elementor-element.elementor-element-36e9e7e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4028 .elementor-element.elementor-element-1cc9888{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4028 .elementor-element.elementor-element-2a24517 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-4028 .elementor-element.elementor-element-2a24517:after{content:"0.66";}.elementor-4028 .elementor-element.elementor-element-2a24517 .elementor-post__meta-data span + span:before{content:"•";}.elementor-4028 .elementor-element.elementor-element-2a24517{--item-display:flex;--read-more-alignment:1;--grid-column-gap:10px;--grid-row-gap:35px;}.elementor-4028 .elementor-element.elementor-element-2a24517 .elementor-post__text{margin-top:20px;}.elementor-4028 .elementor-element.elementor-element-2a24517 .elementor-post__badge{right:0;}.elementor-4028 .elementor-element.elementor-element-2a24517 .elementor-post__card .elementor-post__badge{margin:20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-4028 .elementor-element.elementor-element-2a24517 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-4028 .elementor-element.elementor-element-2a24517:after{content:"0.5";}}@media(min-width:768px){.elementor-4028 .elementor-element.elementor-element-36e9e7e{--content-width:100%;}.elementor-4028 .elementor-element.elementor-element-1cc9888{--content-width:82%;}}/* Start custom CSS *//* === بخش نظرات — ایران ویجت === */
.comments-area {
    margin: 60px auto;
    padding: 40px 20px;
    background: #fff8f0;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(255, 140, 0, 0.1);
    border: 2px solid #ffd5a6;
    max-width: 800px; /* ✅ عرض کمتر — نه فول صفحه */
}

/* ✅ عنوان جدید: "نظرات کاربران" */
.title-comments,
.comment-reply-title {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 900;
    color: #FF8C00;
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    display: none !important; /* ❌ حذف عنوان پیش‌فرض */
}

/* ✅ اضافه کردن عنوان دلخواه */
.comments-area::before {
    content: "نظرات کاربران";
    display: block;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 900;
    color: #FF8C00;
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.comment-body {
    padding: 25px;
    margin-bottom: 25px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #FFA500;
}

/* ✅ پاسخ ادمین — سبز */
.comment-body.bypostauthor {
    border-left-color: #10B981 !important;
    background: #f0fdf4 !important;
}

.comment-avatar {
    float: right;
    margin: 0 0 0 15px;
    border-radius: 50%;
    width: 42px !important;
    height: 42px !important;
}

.comment-author .fn {
    font-weight: 800;
    color: #222;
    font-size: 16px;
}

.comment-content {
    margin-top: 12px;
    line-height: 1.7;
    color: #444;
    font-size: 15px;
    overflow-wrap: break-word;
}

/* ✅ مخفی کردن تاریخ و ساعت */
.comment-metadata {
    display: none !important;
}

.comment-awaiting-moderation {
    color: #FF8C00;
    font-style: italic;
    margin-top: 10px;
    display: block;
}

/* فرم نظر */
.comment-form {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    max-width: 700px;
    margin: 0 auto;
}

.comment-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #222;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #ffd5a6;
    border-radius: 12px;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 15px;
    direction: rtl;
}

.comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #FF8C00;
}

.form-submit input {
    background: linear-gradient(135deg, #FF8C00, #FFA500);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(255,140,0,0.3);
    display: block;
    margin: 20px auto 0;
}

.form-submit input:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255,140,0,0.4);
}

/* رسپانسیو */
@media (max-width: 768px) {
    .comments-area {
        padding: 25px 15px;
        max-width: 100% !important;
    }
    .comment-body {
        padding: 20px;
    }
    .comment-form {
        padding: 20px;
    }
}/* End custom CSS */