.gtg-age-gate {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: none;
  place-items: center;
  overflow-y: auto;
  padding: 24px;
  color: #202020;
  background: rgb(10 10 10 / 97%);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html.gtg-age-gate-required .gtg-age-gate {
  display: grid;
}

.gtg-age-gate__panel {
  width: min(100%, 520px);
  padding: clamp(28px, 6vw, 48px);
  background: #fff;
  border: 1px solid rgb(255 255 255 / 16%);
  border-top: 5px solid #d10a18;
  border-radius: 10px;
  box-shadow: 0 24px 80px rgb(0 0 0 / 45%);
  text-align: center;
}

.gtg-age-gate__eyebrow {
  margin: 0 0 9px;
  color: #d10a18;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gtg-age-gate__panel h2 {
  padding: 0;
  margin: 0 0 14px;
  color: #202020;
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1;
}

.gtg-age-gate__panel > p:not(.gtg-age-gate__eyebrow) {
  max-width: 410px;
  margin: 0 auto;
  color: #454545;
  font-size: 16px;
  line-height: 1.55;
}

.gtg-age-gate__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 26px;
}

.gtg-age-gate__enter,
.gtg-age-gate__leave {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
}

.gtg-age-gate__enter {
  color: #fff !important;
  background: #d10a18;
  border: 1px solid #d10a18;
}

.gtg-age-gate__enter:hover {
  background: #a90813;
  border-color: #a90813;
}

.gtg-age-gate__leave {
  color: #292929 !important;
  background: #fff;
  border: 1px solid #aaa;
}

.gtg-age-gate__leave:hover {
  color: #a90813 !important;
  border-color: #a90813;
}

.gtg-age-gate__enter:focus-visible,
.gtg-age-gate__leave:focus-visible {
  outline: 3px solid #d10a18;
  outline-offset: 3px;
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.easa-overlay,
.easa1w3m3e335,
.easa1w3m3e333 {
  position: fixed !important;
  z-index: 2147482000 !important;
}

.easa-close {
  position: fixed !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 2147482001 !important;
}

@media (max-width: 480px) {
  .gtg-age-gate {
    padding: 14px;
  }

  .gtg-age-gate__panel {
    padding: 28px 20px;
  }

  .gtg-age-gate__actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gtg-age-gate *,
  .gtg-age-gate *::before,
  .gtg-age-gate *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
