/*
Theme Name: erase_una_vez
Theme URI: https://muchoscuentos.com
Author: Ibai Moneo
Author URI: https://muchoscuentos.com
Description: Estilo del menú principal del tema
érase 1 vez, estilos para menú desplegable y activador 
del menú, una imágen animada.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: erase_una_vez
*/
/* Custom Theme Styles for erase_una_vez age-gate.css */
.age__title,
#age-verification-overlay {
    font-family: 'Verdana', Arial, sans-serif;
    letter-spacing: var(--sans-spacing);
    line-height: 1.5;
}
#age-verification-overlay {
    position: fixed;
    inset: 0;
    min-width: 100dvw;
    min-height: 100dvh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;  
}
#age-verification-box a {
    text-decoration: underline;
    color: var(--accent-color);
}
#age-verification-box {
    position: relative;
    margin: auto auto;
    background: #fff;
    padding: .6em;
    border-radius: .5em;
    text-align: center;
    max-width: 40rem;
    width: 90%;
    box-shadow: var(--star-shadow);
}
#age-verification-box button {
    margin: .6em;
    padding: .3em .6em;
}
#age-verification-overlay {
    display: none; /* Oculto por defecto */
}
body.age-gate-active #age-verification-overlay {
    display: flex; /* Visible solo si hay clase activa */
}
/* Tamaños de fuente */
.age__title {
    font-size: var(--pabc);
    font-weight: 600; 
}
.agepregunta,
.info-message  {
    font-size: var(--vp);
    font-weight: 600;
    text-wrap: pretty;
    hyphens: auto;
    text-align: start;
    margin-top: 1em;
}
.age__masinfo,
.age__noafecct {
    font-size: var(--fp);
    font-weight: 500;
}
#age-verification-box label {
    font-size: var(--fs);
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: var(--accent-color);
}
