html.hag-age-gate-open,
html.hag-age-gate-open body {
    overflow: hidden !important;
}

html.hag-age-verified .hag-age-gate {
    display: none !important;
}

.hag-age-gate,
.hag-age-gate * {
    box-sizing: border-box;
}

.hag-age-gate {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: var(--hag-desktop-top, 58px) 20px 30px;
    background: rgba(0, 0, 0, var(--hag-overlay-opacity, 0.82));
    overflow-y: auto;
}

.hag-age-panel {
    width: min(var(--hag-panel-width, 668px), 100%);
    min-height: var(--hag-panel-height, 211px);
    margin: 0;
    padding: 20px 26px 20px;
    background: #fff;
    color: var(--hag-text, #2d2926);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.hag-age-message {
    max-width: 616px;
    margin: 0 auto;
    color: var(--hag-text, #2d2926);
    font-size: 18px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: -0.18px;
}

.hag-choice-group {
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

.hag-screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.hag-choice-option {
    display: block;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.hag-choice-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.hag-choice-button {
    display: flex;
    min-width: 132px;
    min-height: 44px;
    padding: 10px 18px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--hag-accent, #7b0909);
    border-radius: 0;
    background: #fff;
    color: var(--hag-accent, #7b0909);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.hag-choice-input:checked + .hag-choice-button {
    background: var(--hag-accent, #7b0909);
    color: #fff;
}

.hag-choice-input:focus-visible + .hag-choice-button {
    outline: 2px solid #111;
    outline-offset: 3px;
}

.hag-choice-option:hover .hag-choice-button {
    opacity: 0.92;
}

.hag-confirm {
    display: block;
    width: 175px;
    height: 59px;
    margin: 25px auto 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--hag-accent, #7b0909) !important;
    color: #fff !important;
    box-shadow: none !important;
    text-decoration: none !important;
    text-transform: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 59px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-align: center;
    cursor: pointer;
    appearance: none;
}

.hag-confirm:hover,
.hag-confirm:focus,
.hag-confirm:active {
    background: var(--hag-accent, #7b0909) !important;
    color: #fff !important;
    opacity: 1;
    transform: none !important;
}

.hag-confirm:focus-visible {
    outline: 2px solid #111 !important;
    outline-offset: 3px;
}

@media (max-width: 720px) {
    .hag-age-gate {
        padding: 32px 18px;
        align-items: center;
    }

    .hag-age-panel {
        min-height: 0;
        padding: 24px 20px 22px;
    }

    .hag-age-message {
        font-size: 17px;
        line-height: 1.25;
    }

    .hag-choice-group {
        width: 100%;
        margin-top: 22px;
    }

    .hag-choice-option {
        flex: 1 1 0;
        max-width: 160px;
    }

    .hag-choice-button {
        min-width: 0;
        width: 100%;
        padding-inline: 12px;
    }

    .hag-confirm {
        margin-top: 24px;
    }
}
