/* Events-only V4 corrections. Keep page-family rules out of the catalog-wide stylesheet. */

body.stud-v3.v4[data-page-family="events"] .v4-event-card__copy {
  display: block;
}

/* Keep hub anchor targets below the sticky header when jumping to event sections. */
body.stud-v3.v4[data-page-family="events"] :is(#later-events, #previous-events) {
  scroll-margin-top: 96px;
}
