/* The structural styles for the age gate (overlay, modal, buttons, typography) are defined in base.css under the Age Verification Modal section. This file can hold small overrides if needed. */

#vs-age-gate {
  /* Ensure the age gate always sits above other UI such as cookie banner or header */
  z-index: 9999;
}

#vs-age-gate[hidden] {
  display: none !important;
}

#vs-age-gate .age-gate-modal {
  max-width: 540px;
}

#vs-age-gate .age-gate-btn-primary,
#vs-age-gate .age-gate-btn-secondary {
  font-family: var(--font-sans);
}
