/**
 * BroadbandSwitch Data Lab — shared report primitives (site tokens from /styles.css :root)
 */
.report-hero { position: relative; }
.report-kpi { }
.report-section { }
.report-so-what { }
.report-chart-card { min-height: 340px; }
@media (min-width: 900px) {
  .report-chart-card { min-height: 420px; }
}
.report-chart-reads { }
.report-chart-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; }
.report-cohort-card { }
.report-our-take { }
.report-data-lab { }
.report-breadcrumb { }
.report-toc { }
.report-references { }
.report-newsletter { border: 1px solid var(--border); border-radius: var(--radius); padding: 1.25rem; background: var(--bg); }
.report-correct-stat { position: relative; }
.report-short-answer { font-size: 1.05rem; line-height: 1.6; color: var(--ink); background: var(--chip); border: 1px solid var(--chip-border); border-radius: var(--radius); padding: 1rem 1.25rem; margin: 0 0 1rem; }
.report-scrolly { }
