/* Events page — ticketing widget host */

body {
  background: #fff;
}

/* Reserve space so the footer stays below the fold while the TT widget loads */
main {
  min-height: calc(95dvh - var(--header-height));
}

.events-hero {
  padding: 0;
  margin-top: 3rem;
  max-width: 700px;
  margin: 3rem auto;
}

.events-hero .section-heading {
  margin-bottom: 0.75rem;
}

.tt-widget {
  min-height: 12rem;
  width: 100%;
  margin-top: 1rem;
}
