/* ==========================================================================
   SEN: Live — the capacity page
   Prose between charts. Only this page's own shell lives here; the cards and
   charts keep their own stylesheets, unchanged from the dashboard.
   ========================================================================== */

.sl-cappage-intro,
.sl-cappage-note,
.sl-cappage-foot {
  max-width: 62ch;
  margin: 0 auto;
  padding: 0 var(--sl-gap);
}

.sl-cappage-intro { margin-bottom: 1.6rem; }

.sl-cappage-note {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.sl-cappage-note h2 {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.sl-cappage-intro p,
.sl-cappage-note p {
  margin: 0 0 0.7rem;
  line-height: 1.6;
}

.sl-cappage-foot {
  margin-top: 2.5rem;
  color: var(--sl-text-soft);
  font-size: 0.8rem;
  line-height: 1.55;
}

/* The page itself. Wider than a text column, because the charts want the
   horizontal room: eleven years and 54 snapshots on one axis. */
.sl-cappage {
  padding-bottom: 3rem;
}
