/*
Theme Name: Bleam
Theme URI: https://bleam.pt
Template: hello-elementor
Author: Alexandre Aguiar
Author URI: https://bleam.pt
Description: Bleam Theme
Version: 3.0.0
Updated: 2025-'05'-05 11:01:00

*/


ul#menu-menu-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


@media (max-width: 1024px){
    form.age-gate-form {
        max-width: 80%;
        padding: 5em 5em;
    }
    .age-gate-challenge, .age-gate-error-message{
        font-size: 32px!important;
    }
}

@media (max-width: 480px){
    form.age-gate-form {
        max-width: 80%;
        padding: 2em 2em;
    }
    p.age-gate-challenge, p.age-gate-error-message{
        font-size: 16px!important;
        line-height: 20px!important;
    }
    .age-gate-additional-information {
        margin-top: 0;
    }
    .age-gate-additional-information p{
        font-size: 13px!important;
        line-height: 18px!important;
    }
}