.elementor-3260 .elementor-element.elementor-element-be2c351{--display:flex;}.elementor-3260 .elementor-element.elementor-element-bda2ab0{--display:flex;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for post-comments, class: .elementor-element-b6263cf *//* استایل اصلی باکس نظرات */
.comment-list, .comment-respond {
    margin: 30px 0;
}
.title-comments{
    margin-right:20px;
}
.comment-list .comment, .comment-respond {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

/* استایل هر نظر */
.comment-body {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.comment-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.comment-author .avatar {
    border-radius: 50%;
    margin-left: 15px;
    width: 50px;
    height: 50px;
}

.comment-author .fn {
    font-weight: 600;
    color: #333;
    margin-left:5px;
}

.comment-metadata {
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
}

.comment-content {
    line-height: 1.8;
    text-align: justify;
}

.comment-content p {
    margin-bottom: 15px;
}

.reply {
    text-align: left;
    margin-top: 15px;
}

.reply a {
    background: var(--e-global-color-accent);
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
}

/* استایل فرم ارسال نظر */
.comment-respond {
    background: #f9f9f9;
    border: 1px solid #eee;
}

.comment-reply-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.comment-form {
    display: grid;
    grid-gap: 20px;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s;
}

.comment-form-comment textarea {
    min-height: 150px;
}

.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
    border-color: var(--e-global-color-accent);
    outline: none;
    box-shadow: 0 0 0 2px rgba(101, 212, 154, 0.2);
}

.form-submit {
    text-align: left;
}

.form-submit input#submit {
    background: var(--e-global-color-secondary) !important;
    color: white !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 8px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: unset;
}

.form-submit input#submit:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* استایل بخش رتبه‌دهی */
.comment-form-rating {
    margin: 20px 0;
}

.comment-form-rating label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.stars {
    display: flex;
    direction: ltr;
}

.stars a {
    color: #ffb100;
    font-size: 18px;
    margin-left: 5px;
}

/* استایل پاسخ به نظرات */
.children .comment-body {
    margin-right: 40px;
    background: #f9f9f9;
}

/* استایل واکنش‌گرا */
@media (max-width: 768px) {
    .comment-body {
        padding: 15px;
    }
    
    .comment-author {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .comment-author .avatar {
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    .children .comment-body {
        margin-right: 20px;
    }
}/* End custom CSS */