body.mtv-page-design { position: relative; isolation: isolate; }
body.mtv-content-background::before,
body.mtv-content-background::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
body.mtv-content-background::before {
  z-index: -2;
  background: #e8e9e6 var(--mtv-content-background-image) center top / cover no-repeat;
  opacity: var(--mtv-content-opacity, 1);
}
body.mtv-content-background::after {
  background: var(--mtv-content-overlay, rgba(246, 247, 244, .92));
}
.mtv-content-background > main {
  background: transparent;
  min-height: 40vh;
}
.mtv-page-design .site-footer {
  background: var(--bg, #f6f7f4);
}
.mtv-page-design .page-hero,
.mtv-page-design .single-post-header {
  background-color: #034833;
  background-image: linear-gradient(var(--mtv-hero-overlay, rgba(0, 0, 0, .25)), var(--mtv-hero-overlay, rgba(0, 0, 0, .25))), linear-gradient(var(--mtv-hero-fade, transparent), var(--mtv-hero-fade, transparent)), var(--mtv-page-hero-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print {
  body.mtv-content-background::before,
  body.mtv-content-background::after { display: none; }
  .mtv-content-background > main { background: #fff; }
}

/* Keep the forms readable over individually configured content backgrounds. */
.mtv-content-background .media-page {
  padding: clamp(16px, 3vw, 32px);
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .97);
  color: var(--ink);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .1);
}
.mtv-content-background .media-lead {
  padding: 0 0 20px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.mtv-content-background .media-document-card {
  grid-template-rows: auto auto 1fr auto;
  min-height: 0;
  box-shadow: none;
}
.mtv-content-background .media-document-card a {
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 6px;
  background: #205b41;
  color: #fff;
}
.mtv-content-background .media-document-card a:hover {
  background: #17432f;
}
.mtv-content-background .media-document-card a:focus-visible {
  outline: 3px solid #141c17;
  outline-offset: 3px;
}
@media (min-width: 641px) and (max-width: 1000px) {
  .mtv-content-background .media-document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Separate text surfaces leave the sponsor section headings on the page background. */
.supporter-section > .supporter-list,
.supporter-section > .supporter-text-panel {
  min-width: 0;
  padding: clamp(16px, 2.5vw, 28px);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}
.supporter-text-panel {
  display: grid;
  gap: 16px;
  overflow-wrap: anywhere;
}

.membership-fees { display: grid; gap: 18px; min-width: 0; }
.fan-ticketing .fan-section-header > h3, .membership-fees > h3, .membership-fees > p { margin: 0; }
.fan-ticketing .fan-section-header > h3, .membership-fees > h3, .membership-fees > p { color: var(--green, #205b41); }
.membership-table-scroll {
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.membership-table-scroll:focus-visible { outline: 2px solid #205b41; outline-offset: 3px; }
.membership-fees table { width: 100%; min-width: 620px; border-collapse: collapse; color: var(--ink); }
.membership-fees th, .membership-fees td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.membership-fees thead { background: #eef2ec; }
.membership-fees tbody th { font-weight: 500; }
.membership-fees td { color: #205b41; font-weight: 700; white-space: nowrap; }
.membership-fees tbody tr:last-child > * { border-bottom: 0; }
.membership-conditions ul { padding-left: 1.3em; }
.membership-conditions li + li { margin-top: 10px; }

.fan-ticketing .fan-section-header .ticket-intro { color: var(--green, #205b41); font-weight: 600; }
.fan-ticketing .ticket-card { align-content: start; gap: 18px; }
.ticket-price-list { display: grid; gap: 0; margin: 0; }
.ticket-price-list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line, #d8ded8);
}
.ticket-price-list > div:last-child { padding-bottom: 0; }
.ticket-price-list dt { color: var(--muted); font-size: .95rem; font-weight: 600; }
.ticket-price-list dd {
  margin: 0;
  color: var(--green, #205b41);
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.fan-ticketing .fan-section-header > h3,
.membership-fees > h3 { font-size: clamp(1.55rem, 3vw, 2.25rem); }
