html.ed-age-gate-open,
body.ed-age-gate-open {
    height: 100%;
    overflow: hidden !important;
}
.ed-age-gate {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    min-height: 100vh;
    overflow-y: auto;
    padding: 1.5rem;
    position: fixed;
    z-index: 10000;
}
.ed-age-gate__backdrop {
    background:
        radial-gradient(circle at 15% 10%, rgba(209, 164, 59, 0.2), transparent 34%),
        radial-gradient(circle at 90% 90%, rgba(113, 75, 103, 0.32), transparent 38%),
        rgba(8, 10, 13, 0.97);
    inset: 0;
    position: absolute;
}
.ed-age-gate__card {
    background: #fff;
    border: 1px solid rgba(209, 164, 59, 0.34);
    border-radius: 1.25rem;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.45);
    color: #252932;
    max-width: 540px;
    padding: 2rem;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.ed-age-gate__brand {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}
.ed-age-gate__brand img {
    background: #15171b;
    border: 1px solid rgba(209, 164, 59, 0.4);
    border-radius: 0.9rem;
    object-fit: contain;
    padding: 0.25rem;
}
.ed-age-gate__brand span {
    color: #322c32;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-left: 0.8rem;
    text-transform: uppercase;
}
.ed-age-gate__icon {
    align-items: center;
    background: linear-gradient(135deg, #714b67, #936f89);
    border: 5px solid #f1e8ee;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 1.45rem;
    font-weight: 800;
    height: 5rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 5rem;
}
.ed-age-gate__eyebrow {
    color: #8a651d;
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.ed-age-gate__card h1 {
    color: #20242b;
    font-size: clamp(1.65rem, 5vw, 2.1rem);
    font-weight: 750;
    letter-spacing: -0.025em;
    margin: 0.25rem 0 0.8rem;
}
.ed-age-gate__card p {
    color: #5e6672;
    line-height: 1.55;
    margin: 0 auto 0.8rem;
    max-width: 440px;
}
.ed-age-gate__actions {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.25rem;
}
.ed-age-gate__actions .btn,
.ed-age-gate__denied .btn {
    border-radius: 0.65rem;
    font-weight: 750;
    min-height: 3rem;
}
.ed-age-gate__accept {
    background: #714b67;
    border: 1px solid #714b67;
    color: #fff;
}
.ed-age-gate__accept:hover,
.ed-age-gate__accept:focus {
    background: #5d3e55;
    border-color: #5d3e55;
    color: #fff;
}
.ed-age-gate__decline {
    background: #fff;
    border: 1px solid #cfd4da;
    color: #4f5661;
}
.ed-age-gate__decline:hover,
.ed-age-gate__decline:focus {
    background: #f4f5f6;
    border-color: #9299a3;
    color: #292d34;
}
.ed-age-gate__denied-icon {
    align-items: center;
    background: #fbe9e9;
    border-radius: 50%;
    color: #a33f3f;
    display: inline-flex;
    font-size: 1.75rem;
    height: 4.5rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 4.5rem;
}
.ed-age-gate__denied .btn {
    margin-top: 0.75rem;
    min-width: 220px;
}
@media (max-width: 575.98px) {
    .ed-age-gate {
        align-items: flex-start;
        padding: 0.75rem;
    }
    .ed-age-gate__card {
        margin: auto 0;
        padding: 1.35rem 1rem;
    }
    .ed-age-gate__brand img {
        height: 58px;
        width: 58px;
    }
    .ed-age-gate__icon {
        height: 4.25rem;
        width: 4.25rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ed-age-gate *,
    .ed-age-gate *::before,
    .ed-age-gate *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
