.kindseed-age-gate {
    align-items: center;
    background: rgba(25, 25, 38, .72);
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    display: none;
    height: 100vh;
    height: 100dvh;
    inset: 0;
    justify-content: center;
    overflow-y: auto;
    padding: 1.25rem;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    z-index: 999999;
}

.kindseed-age-gate.is-active {
    display: flex;
}

body.kindseed-age-gate-locked {
    overflow: hidden;
}

.kindseed-age-gate[hidden] {
    display: none;
}

.kindseed-age-gate__dialog {
    box-sizing: border-box;
    max-width: 460px;
    width: 100%;
}

.kindseed-age-gate__content {
    background: #fff;
    border: 1px solid rgba(57, 181, 74, .22);
    border-radius: 1rem;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .28);
    color: #191926;
    padding: 1.5rem;
}

.kindseed-age-gate__brand {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.kindseed-age-gate__logo-img {
    display: block;
    height: auto;
    max-height: 40px;
    max-width: 65px;
    object-fit: contain;
}

.kindseed-age-gate__title {
    color: #191926;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.kindseed-age-gate__benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

.kindseed-age-gate__benefit {
    align-items: center;
    display: flex;
    gap: 1rem;
    line-height: 1.35;
    margin: 0;
}

.kindseed-age-gate__icon {
    align-items: center;
    background: rgba(2, 153, 96, .1);
    border-radius: 999px;
    color: #029960;
    display: inline-flex;
    flex: 0 0 2.25rem;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.kindseed-age-gate__icon svg {
    display: block;
    height: 1.1rem;
    width: 1.1rem;
}

.kindseed-age-gate__confirm {
    align-items: flex-start;
    display: flex;
    gap: .75rem;
    margin-bottom: 1.5rem;
}

.kindseed-age-gate__checkbox {
    accent-color: #029960;
    flex: 0 0 auto;
    height: 1.1rem;
    margin-top: .2rem;
    width: 1.1rem;
}

.kindseed-age-gate__label {
    color: #3b3b4d;
    font-size: .95rem;
    line-height: 1.5;
}

.kindseed-age-gate__label a {
    color: #029960;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .14em;
}

.kindseed-age-gate__button {
    align-items: center;
    background: #029960;
    border: 0;
    border-radius: .5rem;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 3rem;
    padding: .85rem 1rem;
    width: 100%;
}

.kindseed-age-gate__button:hover,
.kindseed-age-gate__button:focus-visible {
    background: #191926;
    color: #fff;
}

.kindseed-age-gate__button:disabled {
    background: #9e9eb0;
    cursor: not-allowed;
    opacity: .8;
}

.kindseed-age-gate__error {
    color: #ff004b;
    font-size: .875rem;
    margin: .75rem 0 0;
}

@media (max-width: 480px) {
    .kindseed-age-gate {
        align-items: flex-start;
        padding: 1rem;
    }

    .kindseed-age-gate__content {
        padding: 1.25rem;
    }

    .kindseed-age-gate__brand {
        gap: .75rem;
    }

    .kindseed-age-gate__title {
        font-size: 1.45rem;
    }
}
