.elementor-1698 .elementor-element.elementor-element-e869585{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1698 .elementor-element.elementor-element-d9d5438{--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;--justify-content:center;--border-radius:15px 15px 15px 15px;box-shadow:0px 0px 1px 0px rgba(0,0,0,0.5);--margin-top:5px;--margin-bottom:5px;--margin-left:5px;--margin-right:5px;}.elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(10px/2);}.elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(10px/2);}.elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(10px/2);margin-left:calc(10px/2);}.elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-10px/2);margin-left:calc(-10px/2);}body.rtl .elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-10px/2);}body:not(.rtl) .elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-10px/2);}.elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-icon i{color:var( --e-global-color-0f4f5c1 );font-size:17px;}.elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-icon svg{fill:var( --e-global-color-0f4f5c1 );--e-icon-list-icon-size:17px;}.elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-icon{width:17px;}body:not(.rtl) .elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-text{padding-left:10px;}body.rtl .elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-text{padding-right:10px;}.elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-text, .elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-text a{color:var( --e-global-color-0f4f5c1 );}.elementor-1698 .elementor-element.elementor-element-97b3d47 .elementor-icon-list-item{font-family:"IRANSansX", Sans-serif;font-size:10px;font-weight:400;}.elementor-1698 .elementor-element.elementor-element-e42dc47{padding:15px 15px 15px 15px;border-radius:15px 15px 15px 15px;box-shadow:0px 0px 1px 0px rgba(0,0,0,0.5);text-align:center;}.elementor-1698 .elementor-element.elementor-element-e42dc47 .elementor-heading-title{font-family:"IRANSansX", Sans-serif;font-size:20px;font-weight:600;}.elementor-1698 .elementor-element.elementor-element-a82b719{--divider-border-style:solid;--divider-color:#B4B4B4;--divider-border-width:1px;}.elementor-1698 .elementor-element.elementor-element-a82b719 .elementor-divider-separator{width:68%;margin:0 auto;margin-center:0;}.elementor-1698 .elementor-element.elementor-element-a82b719 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-1698 .elementor-element.elementor-element-be240f6{font-family:"IRANSansX", Sans-serif;font-size:14px;font-weight:400;}.elementor-1698 .elementor-element.elementor-element-d684af5{--display:flex;}@media(min-width:768px){.elementor-1698 .elementor-element.elementor-element-d9d5438{--width:85%;}}/* Start custom CSS for post-comments, class: .elementor-element-cd44f50 *//* ===============================
   Comments Area – comment-style
   =============================== */

.comment-style {
    margin-top: 50px;
    padding: 30px;
    background: #f9fafb;
    border-radius: 16px;
}

/* Title */
.comment-style .title-comments {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1f2937;
}

/* Comment List */
.comment-style .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Single Comment */
.comment-style .comment {
    margin-bottom: 25px;
}

.comment-style .comment-body {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 22px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.comment-style .comment-body:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

/* Comment Meta */
.comment-style .comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

/* Author */
.comment-style .comment-author {
    font-weight: 600;
    color: #111827;
    font-size: 15px;
}

.comment-style .comment-author .says {
    display: none;
}

/* Date */
.comment-style .comment-metadata {
    font-size: 13px;
    color: #6b7280;
}

.comment-style .comment-metadata a {
    color: inherit;
    text-decoration: none;
}

.comment-style .comment-metadata a:hover {
    color: #2563eb;
}

/* Edit Link */
.comment-style .edit-link {
    margin-right: 10px;
}

.comment-style .comment-edit-link {
    font-size: 13px;
    color: #2563eb;
    text-decoration: none;
}

.comment-style .comment-edit-link:hover {
    text-decoration: underline;
}

/* Comment Text */
.comment-style .comment-content {
    font-size: 15px;
    line-height: 1.9;
    color: #374151;
}

/* ===============================
   Comment Form
   =============================== */

.comment-style .comment-respond {
    margin-top: 40px;
}

.comment-style .comment-reply-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1f2937;
}

/* Logged in */
.comment-style .logged-in-as {
    font-size: 14px;
    margin-bottom: 15px;
    color: #6b7280;
}

.comment-style .logged-in-as a {
    color: #2563eb;
    text-decoration: none;
}

.comment-style .logged-in-as a:hover {
    text-decoration: underline;
}

/* Textarea */
.comment-style .comment-form-comment textarea {
    width: 100%;
    min-height: 140px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    line-height: 1.8;
    resize: vertical;
    transition: all 0.3s ease;
}

.comment-style .comment-form-comment textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* Submit Button */
.comment-style .form-submit {
    margin-top: 20px;
}

.comment-style .submit {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.comment-style .submit:hover {
    background: linear-gradient(135deg, #1e40af, #1d4ed8);
    transform: translateY(-1px);
}

/* ===============================
   RTL Fix
   =============================== */

html[dir="rtl"] .comment-style .comment-meta {
    flex-direction: row-reverse;
}
/* ===============================
   Responsive – Comment Style
   =============================== */

/* Tablet */
@media (max-width: 992px) {

    .comment-style {
        padding: 22px;
    }

    .comment-style .title-comments {
        font-size: 20px;
    }

    .comment-style .comment-body {
        padding: 18px;
    }

    .comment-style .comment-content {
        font-size: 14.5px;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .comment-style {
        padding: 18px;
        border-radius: 14px;
    }

    .comment-style .title-comments {
        font-size: 18px;
        text-align: center;
    }

    .comment-style .comment-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    html[dir="rtl"] .comment-style .comment-meta {
        align-items: flex-end;
    }

    .comment-style .comment-author {
        font-size: 14px;
    }

    .comment-style .comment-metadata {
        font-size: 12px;
    }

    .comment-style .comment-content {
        font-size: 14px;
        line-height: 1.8;
    }

    .comment-style .comment-form-comment textarea {
        min-height: 120px;
        font-size: 14px;
    }

    .comment-style .submit {
        width: 100%;
        padding: 14px;
        font-size: 15px;
    }

    .comment-style .comment-reply-title {
        font-size: 18px;
        text-align: center;
    }
}/* End custom CSS */