.elementor-4054 .elementor-element.elementor-element-ffd44b5{--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-4054 .elementor-element.elementor-element-ba39384{--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;}/* Start custom CSS for text-editor, class: .elementor-element-724af06 *//* ===== Kids Brushing Article – Global Styles ===== */
:root {
  --brand:#cda34a;           /* رنگ اصلی (طلایی دکتر صابری) */
  --brand-ink:#5b4a21;       /* جوهر تیره هماهنگ با طلایی */
  --ink:#1f2a37;             /* متن اصلی */
  --muted:#6b7280;           /* متن فرعی */
  --bg:#ffffff;              /* پس‌زمینه */
  --soft:#f7f7f5;            /* پس‌زمینه نرم برای باکس‌ها */
  --ok:#10b981;              /* تأیید */
  --warn:#f59e0b;            /* هشدار سبک */
  --err:#ef4444;             /* خطر/خطا */
  --radius:14px;
  --shadow:0 6px 24px rgba(0,0,0,.06);
  --anchor-offset:96px;      /* فاصله برای اسکرول */
}

.article-kids-brushing {
  color: var(--ink);
  background: var(--bg);
  line-height: 1.85;
  font-size: 17px;
  counter-reset: section;
  --outline: 1px solid rgba(0,0,0,.06);
}

.article-kids-brushing * { box-sizing: border-box; }
.article-kids-brushing h1,
.article-kids-brushing h2,
.article-kids-brushing h3,
.article-kids-brushing h4 {
  font-family: IRANSans, Vazirmatn, Yekan, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  margin: 20px 0 12px;
  line-height: 1.4;
}
.article-kids-brushing h1 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.2px;
  border-bottom: 3px solid var(--brand);
  padding-bottom: 10px;
}
.article-kids-brushing h2 {
  font-size: 24px;
  font-weight: 800;
}
.article-kids-brushing h3 {
  font-size: 20px;
  font-weight: 700;
}
.article-kids-brushing h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--brand-ink);
}

/* پاراگراف‌ها و فهرست‌ها */
.article-kids-brushing p { margin: 10px 0; color: var(--ink); }
.article-kids-brushing .micro { color: var(--muted); font-size: 15px; border-inline-start: 3px solid var(--brand); padding-inline-start: 10px; }
.article-kids-brushing ul, .article-kids-brushing ol { margin: 10px 0 16px 0; padding: 0 20px; }
.article-kids-brushing li { margin: 6px 0; }

/* فهرست مطالب */
.article-kids-brushing .toc {
  background: var(--soft);
  border: var(--outline);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
}
.article-kids-brushing .toc h2 {
  margin: 0 0 8px 0;
  font-size: 18px;
}
.article-kids-brushing .toc a {
  text-decoration: none;
  color: var(--brand-ink);
  border-bottom: 1px dashed transparent;
}
.article-kids-brushing .toc a:hover { border-bottom-color: var(--brand); }

/* انکرها */
.article-kids-brushing .anchor { scroll-margin-top: var(--anchor-offset); display: block; height: 0; visibility: hidden; }

/* باکس نکته/هشدار/نمونه */
.article-kids-brushing .note,
.article-kids-brushing .warn,
.article-kids-brushing .success,
.article-kids-brushing .case {
  background: var(--soft);
  border: var(--outline);
  border-radius: var(--radius);
  padding: 14px 16px;
  margin: 16px 0;
  box-shadow: var(--shadow);
}
.article-kids-brushing .note::before { content: "نکته"; color: var(--brand-ink); font-weight: 700; margin-inline-end: 8px; }
.article-kids-brushing .warn { border-color: rgba(245,158,11,.25); }
.article-kids-brushing .warn::before { content:"هشدار"; color: var(--warn); font-weight:700; margin-inline-end:8px; }
.article-kids-brushing .success { border-color: rgba(16,185,129,.25); }
.article-kids-brushing .success::before { content:"توصیه کاربردی"; color: var(--ok); font-weight:700; margin-inline-end:8px; }
.article-kids-brushing .case::before { content:"سناریوی واقعی"; color: var(--brand-ink); font-weight:700; margin-inline-end:8px; }

/* جدول‌ها */
.article-kids-brushing table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.article-kids-brushing th, .article-kids-brushing td {
  padding: 12px 10px;
  border-bottom: 1px solid #ececec;
  text-align: right;
  vertical-align: top;
}
.article-kids-brushing thead th {
  background: linear-gradient(180deg, #fff6e6, #fff);
  color: var(--brand-ink);
  font-weight: 800;
  border-bottom: 2px solid var(--brand);
}

/* نقل‌قول کوچک */
.article-kids-brushing blockquote {
  margin: 12px 0;
  padding: 10px 14px;
  background: #fffdf6;
  border-inline-start: 3px solid var(--brand);
  color: var(--brand-ink);
  border-radius: 8px;
}

/* CTA */
.article-kids-brushing .cta {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 16px;
  margin: 24px 0;
  border-radius: var(--radius);
  border: 2px dashed var(--brand);
  background:
    radial-gradient(ellipse at top left, rgba(205,163,74,.08), transparent 60%),
    radial-gradient(ellipse at bottom right, rgba(205,163,74,.08), transparent 60%),
    #fff;
}
.article-kids-brushing .cta h3 { margin: 0; }
.article-kids-brushing .cta .cta-btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .2px;
  transition: transform .15s ease, box-shadow .2s ease;
  box-shadow: 0 10px 22px rgba(205,163,74,.28);
}
.article-kids-brushing .cta .cta-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(205,163,74,.35); }

/* لیست چک باکس */
.article-kids-brushing .checklist { list-style: none; padding: 0; }
.article-kids-brushing .checklist li {
  position: relative; padding-right: 28px; margin: 10px 0; border-bottom: 1px dashed #eee; padding-bottom: 8px;
}
.article-kids-brushing .checklist li::before {
  content: "✓"; position: absolute; right: 0; top: 0; font-weight: 900; color: var(--ok);
}

/* لینک‌ها */
.article-kids-brushing a { color: var(--brand-ink); }
.article-kids-brushing a:hover { color: var(--brand); }

/* ریسپانسیو */
@media (min-width: 900px) {
  .article-kids-brushing { font-size: 18px; }
  .article-kids-brushing .cta { grid-template-columns: 2fr auto; }
}

/* پرینت‌پسند */
@media print {
  .article-kids-brushing .cta, .article-kids-brushing .toc { border: 1px solid #ccc; box-shadow: none; }
  .article-kids-brushing a { text-decoration: none; color: var(--ink); }
}/* End custom CSS */