/* ============================================================
   DELEGATES — shares .person-grid from cards.css; this file only
   holds what's unique to the delegates page.
   ============================================================ */
.delegates-copy { margin-top: var(--space-sm); }
.delegates-copy p { font-size: 1.05rem; line-height: 1.78; margin-bottom: var(--space-sm); }

/* Grid used to sit in its own full .section (padding-block: var(--space-3xl)
   top AND bottom) right below this one - two stacked same-background
   sections meant the gap between the copy and the cards was almost 2x
   the normal section rhythm. One section, smaller internal margin. */
.delegates-grid { margin-top: var(--space-xl); }
