/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2025 | 18:51:51 */
/* z-index top */
.age-gate__wrapper {
    z-index: var(--ag-form-z-index,100000);
}

/* Separar Texto de Botones */
.age-gate__challenge {
    margin-bottom: 20px;
    font-size: 14px;
}

/* Texto Final - Abajo de los botones */
.age-gate__additional-information {
    font-size: 14px;
	line-height: 1.2em;
	width: 80%;
}

/* Boton Entrar - No - Yes */
button.age-gate__button,
button.age-gate__submit--no,
button.age-gate__submit--yes {
     background: #700468;
}

button.age-gate__button:hover,
button.age-gate__submit--no:hover,
button.age-gate__submit--yes:hover {
     background: #bd51b4;
}