/* ═══════════════════════════════════════════
   CFR BLOG STYLES
   Shared stylesheet for all /research/ posts
   ═══════════════════════════════════════════ */

/* ─── POST WIDTH OVERRIDE ─── */
.single-post.content-width-narrow .content-container.site-container {
  max-width: var(--global-content-width, 1290px) !important;
}

/* ─── ARTICLE HERO ─── */
.cfr-article-hero {
  background: #0C0F16;
  padding: 64px 0 56px;
}
.cfr-article-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
.cfr-article-breadcrumb {
  font-size: 13px;
  color: #64748B;
  margin-bottom: 24px;
}
.cfr-article-breadcrumb a { color: #64748B; }
.cfr-article-breadcrumb a:hover { color: #94A3B8; }
.cfr-article-hero-breadcrumb {
  font-size: 13px;
  color: #64748B;
  margin-bottom: 24px;
}
.cfr-article-hero-breadcrumb a { color: #64748B; }
.cfr-article-hero-breadcrumb a:hover { color: #94A3B8; }
.cfr-article-meta-top {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.cfr-article-category, .cfr-article-category-tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0076FF;
}
.cfr-article-date, .cfr-article-date-reading {
  font-size: 13px;
  color: #64748B;
}
.cfr-article-hero h1 {
  font-family: 'Instrument Serif', serif;
  font-size: 46px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 20px;
}
.cfr-article-hero-sub {
  font-size: 19px;
  color: #94A3B8;
  line-height: 1.6;
  max-width: 640px;
}
@media (max-width: 600px) {
  .cfr-article-hero h1 { font-size: 32px; }
  .cfr-article-hero-meta { flex-wrap: wrap; gap: 16px; }
}

/* ─── ARTICLE CONTENT WRAPPER ─── */
.cfr-article-content h2 {
  font-family: 'Instrument Serif', serif;
  font-size: 32px;
  font-weight: 400;
  color: #0F172A;
  margin: 48px 0 16px;
  line-height: 1.2;
}
.cfr-article-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0F172A;
  margin: 32px 0 12px;
}
.cfr-article-content p {
  margin-bottom: 18px;
  color: #334155;
}
.cfr-article-content ul,
.cfr-article-content ol {
  margin: 0 0 18px 20px;
  color: #334155;
}
.cfr-article-content li {
  margin-bottom: 6px;
}

/* ─── DATA TABLES ─── */
.cfr-data-table-wrap {
  overflow-x: auto;
  margin: 28px 0 32px;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
}
.cfr-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
}
.cfr-data-table thead th {
  background: #0C0F16;
  color: #CBD5E1;
  padding: 12px 16px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.cfr-data-table thead th:first-child { border-radius: 9px 0 0 0; }
.cfr-data-table thead th:last-child { border-radius: 0 9px 0 0; }
.cfr-data-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #F1F5F9;
  color: #475569;
  vertical-align: top;
}
.cfr-data-table tbody tr:hover td { background: rgba(0,118,255,0.03); }
.cfr-data-table .fund-name-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cfr-data-table .mono {
  font-family: 'DM Mono', monospace;
  font-size: 13px;
}

/* ─── FUND LOGOS ─── */
.cfr-fund-logo {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #151A23;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #0076FF;
  flex-shrink: 0;
}
.cfr-fund-name-text {
  font-weight: 600;
  color: #0C0F16;
  white-space: nowrap;
}
.cfr-fund-name-sub {
  font-size: 12px;
  color: #94A3B8;
}

/* ─── BADGES ─── */
.cfr-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.cfr-badge-vc { background: rgba(0,118,255,0.1); color: #0076FF; }
.cfr-badge-hf { background: rgba(0,118,255,0.08); color: #0d9668; }
.cfr-badge-focus { background: #F1F5F9; color: #475569; }

/* ─── CTA CARDS ─── */
.cfr-cta-card {
  background: #0C0F16;
  border-radius: 12px;
  padding: 32px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}
.cfr-cta-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(0,118,255,0.08) 0%, transparent 70%);
}
.cfr-cta-card .cfr-cta-eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0076FF;
  margin-bottom: 10px;
}
.cfr-cta-card h3 {
  font-family: 'Instrument Serif', serif;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: 400;
}
.cfr-cta-card p {
  color: #94A3B8;
  font-size: 15px;
  margin-bottom: 20px;
  max-width: 480px;
}
.cfr-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}
.cfr-cta-btn-teal { background: #0076FF; color: #0C0F16; }
.cfr-cta-btn-teal:hover { background: #5ce0bf; }
.cfr-cta-btn-indigo { background: #0076FF; color: #FFFFFF; }
.cfr-cta-btn-indigo:hover { background: #5B8CFF; }
.cfr-cta-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.cfr-cta-btn-ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: #FFFFFF;
  margin-left: 12px;
}

/* ─── INFO BOXES ─── */
.cfr-info-box {
  border-left: 3px solid #0076FF;
  background: rgba(0,118,255,0.04);
  padding: 20px 24px;
  margin: 28px 0;
  border-radius: 0 8px 8px 0;
}
.cfr-info-box-title {
  font-size: 13px;
  font-weight: 700;
  color: #10B981;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.cfr-info-box p {
  color: #475569;
  font-size: 15px;
  margin: 0;
}

/* ─── KEY TAKEAWAYS ─── */
.cfr-key-takeaways {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 28px;
  margin: 32px 0;
}
.cfr-key-takeaways-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0C0F16;
  margin-bottom: 16px;
}
.cfr-key-takeaways ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cfr-key-takeaways li {
  padding: 8px 0;
  border-bottom: 1px solid #F1F5F9;
  font-size: 15px;
  color: #475569;
  display: flex;
  gap: 10px;
}
.cfr-key-takeaways li:last-child { border-bottom: none; }
.cfr-key-takeaways .check {
  color: #0076FF;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ─── TABLE OF CONTENTS ─── */
.cfr-toc {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 24px 28px;
  margin-bottom: 40px;
}
.cfr-toc-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748B;
  margin-bottom: 14px;
}
.cfr-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc;
}
.cfr-toc li {
  counter-increment: toc;
  margin-bottom: 8px;
}
.cfr-toc li::before {
  content: counter(toc) ".";
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  color: #0076FF;
  margin-right: 8px;
  font-weight: 500;
}
.cfr-toc a {
  color: #475569;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
.cfr-toc a:hover { color: #10B981; }

/* ─── INFOGRAPHIC STRIP ─── */
.cfr-infographic-strip {
  background: #0C0F16;
  border-radius: 12px;
  padding: 32px;
  margin: 36px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.cfr-infographic-item { text-align: center; }
.cfr-infographic-num {
  font-family: 'DM Mono', monospace;
  font-size: 32px;
  font-weight: 700;
  color: #0076FF;
  line-height: 1;
}
.cfr-infographic-label {
  font-size: 12px;
  color: #94A3B8;
  margin-top: 6px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .cfr-infographic-strip { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

/* ─── HORIZONTAL BAR CHART ─── */
.cfr-chart-container {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 24px;
  margin: 28px 0 32px;
}
.cfr-chart-title {
  font-size: 14px;
  font-weight: 700;
  color: #0C0F16;
  margin-bottom: 4px;
}
.cfr-chart-subtitle {
  font-size: 12px;
  color: #94A3B8;
  margin-bottom: 16px;
}
.cfr-chart-source {
  font-size: 11px;
  color: #94A3B8;
  margin-top: 12px;
  text-align: right;
}
.cfr-h-bar-chart { margin-top: 8px; }
.cfr-h-bar-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cfr-h-bar-label {
  width: 140px;
  font-size: 13px;
  color: #475569;
  flex-shrink: 0;
}
.cfr-h-bar-track {
  flex: 1;
  height: 24px;
  background: #F1F5F9;
  border-radius: 4px;
  overflow: hidden;
}
.cfr-h-bar-fill {
  height: 100%;
  border-radius: 4px;
}
.cfr-h-bar-value {
  width: 60px;
  text-align: right;
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  flex-shrink: 0;
  padding-left: 10px;
}

/* ─── AUTHOR BOX ─── */
.cfr-author-box {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  margin: 48px 0 0;
}
.cfr-author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #151A23;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #0076FF;
  font-size: 16px;
  flex-shrink: 0;
}
.cfr-author-name { font-weight: 700; color: #0C0F16; font-size: 15px; }
.cfr-author-bio { font-size: 13px; color: #64748B; }

/* ─── CTA CARD OVERRIDES (specificity fix for Kadence/article-content) ─── */
.cfr-article-content .cfr-cta-card h3,
.cfr-cta-card h3 {
  color: #FFFFFF !important;
}
.cfr-article-content .cfr-cta-btn-teal,
.cfr-cta-btn-teal {
  color: #FFFFFF !important;
}

/* ─── BIG ANSWER BOX ─── */
.cfr-big-answer {
  background: #0C0F16;
  border-radius: 12px;
  padding: 40px;
  margin: 32px 0;
  text-align: center;
}
.cfr-big-answer-num {
  font-family: 'DM Mono', monospace;
  font-size: 72px;
  font-weight: 700;
  color: #0076FF;
  line-height: 1;
}
.cfr-big-answer-label {
  font-size: 18px;
  color: #CBD5E1;
  margin-top: 8px;
}
.cfr-big-answer-sub {
  font-size: 14px;
  color: #64748B;
  margin-top: 16px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) { .cfr-big-answer-num { font-size: 52px; } }

/* ─── BREAKDOWN GRID ─── */
.cfr-breakdown-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0 32px;
}
.cfr-breakdown-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
}
.cfr-breakdown-card-num {
  font-family: 'DM Mono', monospace;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.cfr-breakdown-card-label {
  font-size: 14px;
  color: #64748B;
  margin-top: 6px;
}
.cfr-breakdown-card-note {
  font-size: 12px;
  color: #94A3B8;
  margin-top: 4px;
}
@media (max-width: 600px) { .cfr-breakdown-grid { grid-template-columns: 1fr; } }

/* ─── COMPARISON TABLE ─── */
.cfr-compare-table-wrap {
  overflow-x: auto;
  margin: 28px 0 32px;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
}
.cfr-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 700px;
}
.cfr-compare-table thead th {
  background: #0C0F16;
  color: #CBD5E1;
  padding: 14px 14px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.cfr-compare-table thead th:first-child {
  text-align: left;
  width: 180px;
  border-radius: 9px 0 0 0;
}
.cfr-compare-table thead th:last-child { border-radius: 0 9px 0 0; }
.cfr-compare-table thead th.cfr-highlight { background: #151A23; color: #0076FF; }
.cfr-compare-table tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid #F1F5F9;
  color: #334155;
  text-align: center;
  vertical-align: top;
  background: #FFFFFF;
}
.cfr-compare-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #0F172A;
}
.cfr-compare-table tbody td.cfr-highlight {
  background: #151A23;
  color: #E2E8F0;
}
.cfr-compare-table tbody td.cfr-highlight.yes { color: #0076FF; }
.cfr-compare-table tbody td.cfr-highlight.no { color: #64748B; }
.cfr-compare-table tbody td.cfr-highlight.partial { color: #FBBF24; }
.cfr-compare-table tbody tr:hover td { background: rgba(0,118,255,0.03); }
.cfr-compare-table tbody tr:hover td.cfr-highlight { background: #1a2d4a; }
.cfr-compare-table .yes { color: #10B981; font-weight: 600; }
.cfr-compare-table .no { color: #94A3B8; }
.cfr-compare-table .partial { color: #F59E0B; font-weight: 500; }
.cfr-compare-table .section-row td {
  background: #F8FAFC;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748B;
  padding: 8px 14px;
}

/* ─── YEAR-BY-YEAR VS CHART ─── */
.cfr-vs-chart { margin: 28px 0 32px; }
.cfr-vs-row { margin-bottom: 20px; }
.cfr-vs-year { font-family: 'DM Mono', monospace; font-size: 14px; font-weight: 700; color: #334155; margin-bottom: 6px; }
.cfr-vs-bars { display: flex; flex-direction: column; gap: 4px; }
.cfr-vs-bar-wrap { display: flex; align-items: center; gap: 8px; }
.cfr-vs-bar-label { width: 100px; font-size: 12px; color: #64748B; flex-shrink: 0; text-align: right; }
.cfr-vs-bar-track { flex: 1; height: 22px; background: #F1F5F9; border-radius: 4px; overflow: hidden; position: relative; }
.cfr-vs-bar-fill { height: 100%; border-radius: 4px; min-width: 2px; }
.cfr-vs-bar-fill.positive { background: #0076FF; }
.cfr-vs-bar-fill.negative { background: #F87171; }
.cfr-vs-bar-fill.btc { background: #FBBF24; }
.cfr-vs-bar-fill.btc.negative { background: #F59E0B; opacity: 0.6; }
.cfr-vs-bar-value { width: 65px; font-family: 'DM Mono', monospace; font-size: 12px; font-weight: 600; flex-shrink: 0; }
.cfr-vs-bar-value.positive { color: #10B981; }
.cfr-vs-bar-value.negative { color: #F87171; }
.cfr-vs-winner { font-size: 11px; color: #94A3B8; margin-top: 4px; padding-left: 108px; }

/* ─── CHART CONTAINER ─── */
.cfr-chart-container { background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 10px; padding: 24px; margin: 28px 0 32px; }
.cfr-chart-title { font-size: 14px; font-weight: 700; color: #0C0F16; margin-bottom: 4px; }
.cfr-chart-subtitle { font-size: 12px; color: #94A3B8; margin-bottom: 16px; }
.cfr-chart-source { font-size: 11px; color: #94A3B8; margin-top: 12px; text-align: right; }
.cfr-chart-legend { display: flex; gap: 20px; margin-bottom: 12px; }
.cfr-chart-legend-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #64748B; }
.cfr-chart-legend-dot { width: 12px; height: 4px; border-radius: 2px; }

/* ─── VALUE DISPLAY CLASSES ─── */
.val-pos { color: #10B981; font-weight: 600; }
.val-neg { color: #F87171; font-weight: 600; }
.val-winner { background: rgba(0,118,255,0.06); font-weight: 700; }

/* ─── HERO STATS ROW ─── */
.cfr-article-hero-stats { display: flex; gap: 32px; margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.06); }
.cfr-article-hero-stat-num { font-family: 'DM Mono', monospace; font-size: 28px; font-weight: 700; color: #0076FF; }
.cfr-article-hero-stat-label { font-size: 12px; color: #64748B; margin-top: 2px; }
@media (max-width: 600px) { .cfr-article-hero-stats { flex-wrap: wrap; gap: 20px; } }

/* ─── HERO META ROW ─── */
.cfr-article-hero-meta { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; gap: 32px; font-size: 13px; color: #64748B; }
.cfr-article-hero-meta strong { color: #94A3B8; font-weight: 500; }
@media (max-width: 600px) { .cfr-article-hero-meta { flex-wrap: wrap; gap: 16px; } }

/* ─── TABLE OF CONTENTS ─── */
.cfr-toc { background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 10px; padding: 24px 28px; margin-bottom: 40px; }
.cfr-toc-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #64748B; margin-bottom: 12px; }
.cfr-toc ol { margin: 0; padding-left: 20px; }
.cfr-toc li { padding: 4px 0; font-size: 15px; }
.cfr-toc a { color: #0D9488; text-decoration: none; }
.cfr-toc a:hover { text-decoration: underline; }

/* ─── CHECKLIST COMPONENT ─── */
.cfr-checklist { background: #FAFBFD; border: 1px solid #E2E8F0; border-radius: 10px; padding: 28px; margin: 24px 0 32px; }
.cfr-checklist-title { font-size: 15px; font-weight: 700; color: #0F172A; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid #E2E8F0; }
.cfr-checklist-item { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid #F1F5F9; font-size: 15px; line-height: 1.55; color: #334155; }
.cfr-checklist-item:last-child { border-bottom: none; }
.cfr-checklist-check { flex-shrink: 0; width: 20px; height: 20px; border: 2px solid #CBD5E1; border-radius: 4px; margin-top: 2px; }
.cfr-checklist-item .cfr-db-tag { display: inline-block; background: #F0FDFA; color: #0D9488; font-size: 11px; font-weight: 600; padding: 2px 7px; border-radius: 4px; margin-left: 6px; white-space: nowrap; vertical-align: middle; }

/* ─── CTA CARD EYEBROW (alternate class) ─── */
.cfr-cta-card .cfr-cta-card-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #0076FF !important; margin-bottom: 10px; }

/* ─── COMPARISON TABLE (simple two-col) ─── */
.cfr-comparison-table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 20px 0 28px; }
.cfr-comparison-table th { background: #0F172A; color: #FFFFFF; font-weight: 600; padding: 12px 16px; text-align: left; font-size: 13px; }
.cfr-comparison-table th:first-child { border-radius: 8px 0 0 0; }
.cfr-comparison-table th:last-child { border-radius: 0 8px 0 0; }
.cfr-comparison-table td { padding: 11px 16px; border-bottom: 1px solid #F1F5F9; color: #334155; vertical-align: top; }
.cfr-comparison-table tr:nth-child(even) td { background: #F8FAFC; }
.cfr-comparison-table tr:last-child td { border-bottom: none; }

/* ─── FAQ COMPONENT ─── */
.cfr-faq { margin-top: 48px; }
.cfr-faq-item { border-bottom: 1px solid #E2E8F0; padding: 20px 0; }
.cfr-faq-q { font-weight: 600; color: #0F172A; font-size: 17px; margin-bottom: 8px; }
.cfr-faq-a { color: #475569; font-size: 15px; line-height: 1.65; height: auto !important; max-height: none !important; overflow: visible !important; margin-top: 12px; }

/* ─── HORIZONTAL BAR CHARTS (inline-label variant) ─── */
.cfr-h-bar { display: flex; align-items: center; margin-bottom: 8px; }
.cfr-h-bar .cfr-h-bar-label { width: 140px; font-size: 13px; color: #64748B; text-align: right; padding-right: 12px; flex-shrink: 0; }
.cfr-h-bar .cfr-h-bar-track { flex: 1; background: #F1F5F9; border-radius: 4px; height: 28px; position: relative; }
.cfr-h-bar .cfr-h-bar-fill { height: 100%; border-radius: 4px; background: linear-gradient(90deg, #0D9488, #0076FF); display: flex; align-items: center; justify-content: flex-end; padding-right: 10px; font-size: 12px; font-weight: 600; color: #FFFFFF; min-width: 40px; }
.cfr-h-bar-fill-alt { background: linear-gradient(90deg, #0076FF, #5B8CFF) !important; }
@media (max-width: 600px) { .cfr-h-bar .cfr-h-bar-label { width: 100px; font-size: 12px; } }

/* ─── WARNING INFO BOX (amber variant) ─── */
.cfr-info-box-warn {
  background: #FFF7ED;
  border-left: 4px solid #F97316;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin: 28px 0;
}
.cfr-info-box-warn .cfr-info-box-title {
  font-size: 15px;
  font-weight: 700;
  color: #9A3412;
  margin-bottom: 8px;
}
.cfr-info-box-warn p {
  font-size: 15px;
  color: #334155;
  margin-bottom: 0;
}

/* ─── EMAIL TEMPLATE BLOCK ─── */
.cfr-email-template {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 24px 28px;
  margin: 24px 0 28px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #475569;
}
.cfr-email-template-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #14B8A6;
  margin-bottom: 12px;
}
.cfr-email-template .subject-line {
  font-weight: 700;
  color: #0C0F16;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F1F5F9;
}
.cfr-email-template .placeholder {
  color: #14B8A6;
  font-weight: 600;
}
