/* Small overrides on top of site.css (kept separate so content-driven
   rich text stays tidy). The main design now lives in site.css. */

/* rich-text (Wagtail RichTextField) spacing */
.hero .sub p { margin: 0 0 10px; }
.hero .sub p:last-child { margin-bottom: 0; }
.cap-lede p { margin: 0 0 12px; }
.cap-lede p:last-child { margin-bottom: 0; }
.band-head > div p { margin: 16px 0 0; }
.band-head > div p:first-child { margin-top: 0; }
.howto-body > p:first-child { margin-top: 0; }
