.cedric-age-gate[hidden] {
    display: none !important;
}

.cedric-age-gate {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(12, 16, 28, 0.82);
    backdrop-filter: blur(6px);
}

.cedric-age-gate__dialog {
    width: 100%;
    max-width: 420px;
    padding: 2.5rem 2rem;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.35);
    text-align: center;
}

.cedric-age-gate__dialog h2 {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    line-height: 1.3;
}

.cedric-age-gate__dialog p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    color: #1e293b;
}

.cedric-age-gate__rating {
    font-weight: 600;
    text-transform: uppercase;
}

.cedric-age-gate__confirm,
.cedric-age-gate__decline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    border-radius: 999px;
}

.cedric-age-gate__confirm {
    margin-bottom: 0.85rem;
}

.cedric-age-gate__decline.button {
    border: 1px solid rgba(15, 23, 42, 0.2);
    background: transparent;
    color: #0f172a;
}

body.cedric-age-gate--locked {
    overflow: hidden;
    touch-action: none;
}

body.cedric-age-gate--locked #wd-back-top {
    pointer-events: none;
}
