#age-gate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.95);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
    align-items: center;
    color:#FFFFFF;
    padding: 40px;
    display: none;
    opacity: 0;
    transition: all .8s ease;
}

.age-gate-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: auto;
}

.age-gate-content img {
    max-width: 200px;
}

.age-gate-content p.message {
    font-family: var(--wp--preset--font-family--franchise);
    font-size: var(--wp--preset--font-size--xx-large);
    text-transform: uppercase;

}

#age-gate a {
    color: #FFFFFF;
}