/*.auth.disabled {*/
/*    filter: grayscale(1);*/
/*    pointer-events: none;*/
/*}*/

.age-gate-error-text {
    padding: 0.5rem;
    background: red;
    position: fixed;
    top: 3%;
    left: 0;
    right: 0;
    z-index: 1500;
    color: white;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    display: none;
    letter-spacing: 1.5px;
    font-size: 1.5em;
    font-weight: 700;
    line-height: initial;
    transition: none;
    display: none;
}

.age-gate-error-text.active {
    display: block;
}
