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

.leitmotiv-age-gate {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: var(--lag-bg, #151515);
    font-family: inherit;
}

.leitmotiv-age-gate__panel {
    width: min(100%, 560px);
    padding: clamp(28px, 5vw, 52px);
    border-radius: 12px;
    background: var(--lag-panel, #fff);
    color: var(--lag-text, #222);
    text-align: center;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.leitmotiv-age-gate__logo {
    display: block;
    width: auto;
    max-width: 210px;
    max-height: 120px;
    margin: 0 auto 24px;
}

.leitmotiv-age-gate h2 {
    margin: 0 0 16px;
    color: inherit;
    font-size: clamp(28px, 5vw, 42px);
    line-height: 1.1;
}

.leitmotiv-age-gate p {
    margin: 0 auto 28px;
    font-size: 17px;
    line-height: 1.55;
}

.leitmotiv-age-gate__actions {
    display: grid;
    gap: 12px;
}

.leitmotiv-age-gate__yes,
.leitmotiv-age-gate__no {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid var(--lag-button, #7a1f2b);
    border-radius: 6px;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: opacity .2s ease, transform .2s ease;
}

.leitmotiv-age-gate__yes {
    background: var(--lag-button, #7a1f2b);
    color: var(--lag-button-text, #fff);
}

.leitmotiv-age-gate__no {
    background: transparent;
    color: var(--lag-button, #7a1f2b);
}

.leitmotiv-age-gate__yes:hover,
.leitmotiv-age-gate__no:hover {
    opacity: .86;
    transform: translateY(-1px);
}

.leitmotiv-age-gate__legal {
    margin: 22px 0 0 !important;
    font-size: 12px !important;
    opacity: .7;
}

@media (max-width: 480px) {
    .leitmotiv-age-gate { padding: 14px; }
    .leitmotiv-age-gate__panel { padding: 28px 20px; }
}
