/* Additional age restriction styles (builds on base age-gate styles) */

#age-gate {
  /* Ensure it always overlays other UI like header/footer & cookie banner */
  z-index: 9999;
}

#age-gate .age-gate-dialog {
  max-width: 520px;
}

#age-gate .age-gate-title {
  color: var(--color-text-on-dark);
}

#age-gate .age-gate-subtitle {
  color: rgba(245, 241, 234, 0.75);
}

#age-gate .age-gate-text {
  color: rgba(245, 241, 234, 0.9);
}
