/* ── ita_title_subtitle ────────────────────────────────────────────
   Reuses the shared .section-head/.kicker/.h2/.lead classes (same
   ones every other block builds its own inline header from) rather
   than inventing new heading styles. Spacing to neighboring blocks is
   an explicit ita_spacer block in the page, not padding on this block,
   so .section-head's own 54px bottom margin — meant to separate a
   header from content stacked under it in the SAME block — is zeroed
   here, since this block has no content following its header.
   Tokens only. */
.block-ita_title_subtitle .section-head { margin-bottom: 0; }
