.elementor-6737 .elementor-element.elementor-element-993b20f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6737 .elementor-element.elementor-element-7b9141c{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6737 .elementor-element.elementor-element-f2af7b1{--spacer-size:92px;}/* Start custom CSS for post-comments, class: .elementor-element-b266cc8 *//* فرم ارسال دیدگاه */
.comment-form,
.comment-form input,
.comment-form textarea {
    font-family: 'mikhak', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

/* عنوان فرم ارسال دیدگاه */
.comment-reply-title {
    font-family: 'mikhak', sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* لیست دیدگاه‌های ارسال‌شده */
.comment-list,
.comment-list .comment-content,
.comment-author {
    font-family: 'mikhak', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

/* نام نویسنده دیدگاه */
.comment-author {
    font-weight: 600;
}

.comment-form .required {
    color: #e63946 !important;
}


.comment-form input,
.comment-form textarea {
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 12px 14px;
    font-size: 16px;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

/* افکت وقتی کاربر روی فیلد کلیک می‌کنه */
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #e63946;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(230, 57, 70, 0.15);
    outline: none;
}

/*تغییر فونت شمارش دیدگاه ها*/
.comments-title {
    font-family: 'Mikhak', sans-serif !important;
    font-size: 32px;
    font-weight: 600;
    color: #333;
}/* End custom CSS */
/* Start custom CSS */.comment-box {
  display: flex;
  align-items: center;
  gap: 15px; /* فاصله بین عکس و محتوا */
  margin-bottom: 20px;
}

.comment-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ccc;
  object-fit: cover;
}

.comment-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px; /* فاصله بین بخش‌های داخل محتوا */
}

.comment-header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
}

.comment-author {
  font-weight: bold;
  color: #222;
}

.comment-date {
  background-color: #f0f0f0;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 12px;
  color: #555;
}

.comment-text {
  font-size: 15px;
  color: #333;
}/* End custom CSS */