/* ============================================
   CLUB EVENTS PAGE
   Shared list/calendar-toggle/month-grid/pagination layout lives in
   css/calendar-page.css (also used by net-calendar.html) — this file is
   just this page's own overrides. The list view reuses .event-item styling
   from home.css (also linked on this page).
   ============================================ */

/* Overrides home.css's .events (padding: 1rem 0 4rem) — that's sized for
   sitting *below* the homepage's hero, not for leading a page on its own,
   which left this page's title sitting closer to the header than every
   other page's. Linked after home.css, so this wins on the tie. */
.events {
    padding: 3rem 0;
}
