/**
 * Milburn Village Hall – client-only overrides.
 * Page header module uses <header class="section">; other modules use <section class="section">.
 * Target .mv-section--tight.section so tight padding applies whichever element carries the utility class.
 * What's on: overrideClass on the “Upcoming events” listing module. Book: TextBlock → overrideClass on that module.
 * Adjust padding values below as needed.
 */
[data-client="milburnvillagehall"] .mv-section--tight.section {
  padding-top: 2rem;
  /* padding-bottom: 0; */
}

@media (min-width: 768px) {
  [data-client="milburnvillagehall"] .mv-section--tight.section {
    padding-top: 4rem;
  }
}
