.elementor-1574 .elementor-element.elementor-element-fe0651c{--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-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-text-font-feature-settings );font-weight:var( --e-global-typography-text-font-weight );}.elementor-1574 .elementor-element.elementor-element-cba0831 img{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );border-radius:8px 8px 8px 8px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-primary-font-feature-settings );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1574 .elementor-element.elementor-element-efe9255 .elementor-heading-title{font-family:"Samim", Sans-serif;font-feature-settings:"numr";font-weight:600;color:var( --e-global-color-primary );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-text-font-feature-settings );font-weight:var( --e-global-typography-text-font-weight );}.elementor-1574 .elementor-element.elementor-element-5cc49a7{padding:20px 20px 20px 20px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#E5E7EB;border-radius:8px 8px 8px 8px;text-align:justify;color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-1574 .elementor-element.elementor-element-efe9255{text-align:center;}.elementor-1574 .elementor-element.elementor-element-efe9255 .elementor-heading-title{font-size:22px;line-height:40px;}}/* Start custom CSS for post-comments, class: .elementor-element-5d12ef3 *//* ============================
   استایل دیدگاه‌های پست (WordPress)
   هماهنگ با استایل ووکامرس
   ============================ */

:root {
  --tour-primary: #002F50;
  --tour-primary-dark: #001C33;
  --tour-primary-soft: #e6eef4;
  --tour-text-muted: #7a7a7a;
}

/* فقط روی صفحه نوشته‌ها */
body.single-post #comments {
  margin-top: 40px;
}

/* عنوان دیدگاه‌ها */
body.single-post #comments .comments-title,
body.single-post #comments h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: right;
}

/* متن‌های توضیحی */
body.single-post #comments p,
body.single-post #comments .comment-notes,
body.single-post #comments .logged-in-as {
  font-size: 14px;
  color: var(--tour-text-muted);
}

/* باکس اصلی فرم */
body.single-post #respond {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 24px 24px;
  border-top: 4px solid var(--tour-primary);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

/* هاله پشتی */
body.single-post #respond::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(0,47,80,0.18), transparent 60%);
  opacity: 0.7;
  pointer-events: none;
}

/* فاصله پاراگراف‌های فرم */
body.single-post #commentform p {
  margin-bottom: 16px;
}

/* لیبل‌ها */
body.single-post #commentform label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
}

/* فیلدها */
body.single-post #commentform input[type="text"],
body.single-post #commentform input[type="email"],
body.single-post #commentform input[type="url"],
body.single-post #commentform textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--tour-primary-soft);
  background: #f9fbff;
  padding: 11px 14px;
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

body.single-post #commentform textarea {
  min-height: 130px;
  resize: vertical;
}

/* فوکوس */
body.single-post #commentform input:focus,
body.single-post #commentform textarea:focus {
  outline: none;
  border-color: var(--tour-primary);
  box-shadow: 0 0 0 2px rgba(0,47,80,0.14);
  background: #ffffff;
}

/* Placeholder */
body.single-post #commentform input::placeholder,
body.single-post #commentform textarea::placeholder {
  color: #b0bec5;
}

/* چک‌باکس ذخیره اطلاعات (اگر فعال باشد) */
body.single-post #commentform .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--tour-text-muted);
}

body.single-post #commentform .comment-form-cookies-consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--tour-primary);
}

/* دکمه ثبت دیدگاه */
body.single-post #commentform .form-submit {
  text-align: center;
  margin-top: 10px;
}

body.single-post #commentform .form-submit .submit {
  width: 100% !important;
  background: var(--tour-primary);
  border-radius: 999px;
  border: none;
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,47,80,0.35);
  transition: all 0.2s ease;
}

body.single-post #commentform .form-submit .submit:hover {
  background: var(--tour-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(0,28,51,0.45);
}

body.single-post #commentform .form-submit .submit:active {
  transform: translateY(0);
  box-shadow: 0 8px 24px rgba(0,28,51,0.35);
}

/* لیست کامنت‌ها */
body.single-post #comments .comment-list,
body.single-post #comments ol.commentlist {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
}

body.single-post #comments .comment-list > li,
body.single-post #comments ol.commentlist > li {
  border-radius: 16px;
  background: #ffffff;
  padding: 18px 16px;
  margin-bottom: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  border-inline-start: 3px solid var(--tour-primary-soft);
}

/* متا: نام/تاریخ */
body.single-post #comments .comment-metadata,
body.single-post #comments .comment-meta {
  font-size: 12px;
  color: var(--tour-text-muted);
  margin-bottom: 6px;
}

/* متن کامنت */
body.single-post #comments .comment-content {
  font-size: 14px;
  line-height: 1.7;
}

/* واکنش‌گرا */
@media (max-width: 768px) {
  body.single-post #respond {
    padding: 22px 18px 20px;
    border-radius: 16px;
  }

  body.single-post #comments .comments-title,
  body.single-post #comments h2 {
    font-size: 18px;
  }
}/* End custom CSS */