.elementor-kit-10{--e-global-color-primary:#0080FF;--e-global-color-secondary:#DEEDFF;--e-global-color-text:#0440A6;--e-global-color-accent:#006AD2;--e-global-color-aed0113:#FFFFFF;--e-global-color-90c133a:#000000;--e-global-color-a6d48d3:#F1F1F1;--e-global-color-0407466:#F5F5F5;--e-global-color-dd0eeef:#F9F9F9;--e-global-color-ab9184e:#00B118;--e-global-color-f25ca21:#79D185;--e-global-color-78128a1:#FF0000;--e-global-color-8caf0bf:#F87979;--e-global-color-8a99716:#F7F7F7;--e-global-color-6a4b57d:#00000070;--e-global-color-299bffc:#00000087;--e-global-color-189c9a2:#FCAD2F;--e-global-color-442bc07:#31576E;--e-global-color-d09ad60:#747474;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ظرف کلی کامنت‌ها */
.comments-area {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 30px;
  margin-bottom: 50px;
  font-family: 'peyda', sans-serif;
}

/* تیتر بخش کامنت‌ها */
.comments-area h2 {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 20px;
  position: relative;
}

/* هر کامنت منفرد */
.comment {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.comment:first-of-type {
  border-top: none;
}

/* آواتار */
.comment .comment-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ff6b6b;
}

/* محتوای کامنت */
.comment .comment-content {
  flex: 1;
}
.comment .comment-content .comment-author {
  font-weight: 600;
  color: #222;
  font-size: 1.1rem;
}
.comment .comment-content .comment-metadata {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 8px;
}
.comment .comment-content .comment-metadata a {
  color: #ff6b6b;
  text-decoration: none;
}
.comment .comment-content .comment-metadata a:hover {
  text-decoration: underline;
}

/* متن کامنت */
.comment .comment-content .comment-text {
  line-height: 1.6;
  color: #444;
}

/* دکمه پاسخ */
.comment .comment-content .reply {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.9rem;
  color: #ff6b6b;
  border: 1px solid #ff6b6b;
  padding: 6px 14px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.comment .comment-content .reply:hover {
  background-color: #ff6b6b;
  color: #fff;
}

/* فرم ارسال کامنت */
.comment-respond {
  margin-top: 40px;
}
.comment-respond label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}
.elementor-widget-comments .comment-respond input,
.comment-respond textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.comment-respond input:focus,
.comment-respond textarea:focus {
  border-color: #ff6b6b;
  outline: none;
}

/* دکمه ارسال */
.comment-respond #submit {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.comment-respond #submit:hover {
  background-color: #28a745;
  transform: translateY(-2px);
}
.comment-respond #submit:active {
  transform: translateY(0);
}




/* ریسپانسیو برای صفحه نمایش‌های تبلت و موبایل */
@media (max-width: 768px) {
  /* کاهش فاصله و پدینگ کلی */
  .comments-area {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  /* تیتر کوچکتر */
  .comments-area h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  /* چیدمان کامنت‌ها به صورت ستونی */
  .comment {
    flex-direction: column;
    gap: 1rem;
  }
  /* کوچک‌تر شدن آواتار */
  .comment .comment-avatar img {
    width: 48px;
    height: 48px;
  }
  /* متن کامنت و متادیتا کمی کوچکتر */
  .comment .comment-content .comment-author {
    font-size: 1rem;
  }
  .comment .comment-content .comment-metadata {
    font-size: 0.8rem;
  }
  .comment .comment-content .comment-text {
    font-size: 0.9rem;
  }
  /* دکمه پاسخ و ارسال به عرض محتوا */
  .comment .comment-content .reply,
  .comment-respond #submit {
    width: auto;
    padding: 0.5rem 1.5rem;
    font-size: 0.85rem;
  }
}

/* ریسپانسیو موبایل کوچک‌تر */
@media (max-width: 480px) {
  /* بیشتر ستونی شدن و فضای کمتر */
  .comments-area {
    padding: 1rem;
  }
  .comments-area h2 {
    font-size: 1.2rem;
  }
  .comment .comment-avatar img {
    width: 40px;
    height: 40px;
  }
  .comment .comment-content .comment-author {
    font-size: 0.95rem;
  }
  .comment .comment-content .comment-metadata {
    font-size: 0.75rem;
  }
  .comment .comment-content .comment-text {
    font-size: 0.85rem;
  }
  /* دکمه ارسال تمام عرض با فاصله کناری */
  .comment-respond #submit {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
  }
}/* End custom CSS */