.nl-age-gate {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}

.nl-age-gate--visible {
    display: flex;
}

.nl-age-gate__dialog {
    width: 100%;
    max-width: 480px;
}

.nl-age-gate__content {
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
}

.nl-age-gate__body {
    padding: 40px 32px;
}

.nl-age-gate__title {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 28px !important;
    line-height: 1.2em;
    color: #000000;
    margin: 0 0 16px 0;
}

.nl-age-gate__text {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    color: #374151;
    margin: 0 0 12px 0;
}

.nl-age-gate__legal {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    color: #9CA3AF;
    margin: 0 0 20px 0;
}

.nl-age-gate__question {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3em;
    color: #000000;
    margin: 0 0 20px 0;
}

.nl-age-gate__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nl-age-gate__confirm {
    background-color: #9B1A43;
    border-color: #9B1A43;
}

.nl-age-gate__confirm:hover {
    background-color: #7a1435;
    border-color: #7a1435;
}
