/* Age restriction overlay adjustments (builds on base.css age-gate styles) */

.age-gate-overlay {
  /* ensure it always sits above other UI including header & cookie banner */
  z-index: 9999;
}

.age-gate__btn {
  width: 100%;
}

@media (min-width: 480px) {
  .age-gate__btn {
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .age-gate-overlay,
  .age-gate-modal {
    scroll-behavior: auto !important;
  }
}