/* Age restriction modal specific overrides if needed */

#age-gate {
  /* base styles are defined in base.css under .age-gate-backdrop & .age-gate-modal */
}

@media (max-width: 480px) {
  .age-gate-title {
    font-size: var(--font-size-xl);
  }
}
