/* Age restriction popup overrides and helpers */



.age-gate-backdrop--hidden {
  display: none !important;
}

body.age-gate-locked {
  overflow: hidden;
}

@media (max-width: 480px) {
  .age-gate-card {
    padding-inline: var(--space-4);
  }

  .age-gate-heading {
    font-size: 1.5rem;
  }
}
