.elementor-1351 .elementor-element.elementor-element-eff92f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1351 .elementor-element.elementor-element-6563e0d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1351 .elementor-element.elementor-element-bb710a2{text-align:start;}.elementor-1351 .elementor-element.elementor-element-bb710a2 .elementor-heading-title{font-family:"Barlow", Sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;color:#000000;}.elementor-1351 .elementor-element.elementor-element-81fbab9{text-align:start;}.elementor-1351 .elementor-element.elementor-element-81fbab9 .elementor-heading-title{font-family:"Kanit", Sans-serif;font-size:2.5rem;font-weight:700;text-transform:uppercase;color:#000000;}#elementor-popup-modal-1351 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1351{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1351 .dialog-message{width:700px;height:auto;}#elementor-popup-modal-1351 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-1351 .elementor-element.elementor-element-6563e0d{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-6563e0d *//* CONTENEDOR DE PREGUNTAS BONUS */
.pool-bonus-questions {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
    gap: 30px !important;
    padding: 20px 0 !important;
}

/* LA TARJETA DE LA PREGUNTA */
.pool-bonus-questions .bonus {
    background: #FFFFFF !important;
    border-radius: 12px !important;
    border: 1px solid #E5E7EB !important;
    border-top: 5px solid #FBBF24 !important; /* El sello Oro Podium */
    padding: 25px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    transition: transform 0.3s ease !important;
}

.pool-bonus-questions .bonus:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

/* EL TEXTO DE LA PREGUNTA */
.pool-bonus-questions .bonus p {
    font-family: 'Saira Condensed', sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0A0A0A !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

/* ESTILO PARA LAS OPCIONES (RADIO BUTTONS / SELECT) */
.pool-bonus-questions .multi-select {
    list-style: none !important;
    padding: 0 !important;
}

.pool-bonus-questions .multi-select li {
    background: #F9FAFB !important;
    margin-bottom: 10px !important;
    border-radius: 8px !important;
    border: 1px solid #E5E7EB !important;
    transition: all 0.2s ease !important;
}

.pool-bonus-questions .multi-select li:hover {
    border-color: #0A0A0A !important;
}

.pool-bonus-questions label {
    display: block !important;
    padding: 12px 15px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    color: #4B5563 !important;
}

/* CUANDO ESTÁ SELECCIONADO */
.pool-bonus-questions input[type="radio"]:checked + label {
    background-color: #0A0A0A !important;
    color: #FBBF24 !important;
    border-radius: 6px !important;
}/* End custom CSS */
/* Start custom CSS *//* 1. TARJETAS DE PREGUNTAS */
.elementor-popup-modal .bonus.open {
    background: #F9FAFB !important; /* Fondo gris súper claro */
    border: 1px solid #E5E7EB !important;
    border-left: 5px solid #000000 !important; /* Acento Negro puro */
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02) !important;
}

/* 2. OCULTAR ESPACIOS VACÍOS */
.elementor-popup-modal .bonus.open > p:empty {
    display: none !important;
}

/* 3. TÍTULO DE LA PREGUNTA */
.elementor-popup-modal .bonus.open > p:first-child {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #111827 !important; /* Negro corporativo para el texto */
    margin-bottom: 15px !important;
    line-height: 1.4 !important;
}

/* El número de la pregunta (1., 2., 3.) */
.elementor-popup-modal .bonus.open span.nr {
    color: #000000 !important; /* Número en Negro */
    font-weight: 900 !important;
    margin-right: 5px !important;
}

/* 4. ESTILO DEL MENÚ DESPLEGABLE (Select) */
.elementor-popup-modal select.bonus {
    width: 100% !important;
    padding: 12px 15px !important;
    border-radius: 6px !important;
    border: 1px solid #D1D5DB !important;
    background-color: #FFFFFF !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: 15px !important;
    color: #374151 !important;
    cursor: pointer !important;
    appearance: auto !important; 
}

.elementor-popup-modal select.bonus:focus {
    border-color: #000000 !important; /* Borde negro al enfocar */
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important; /* Sombra sutil negra */
}

/* 5. PIE DE LA TARJETA (Fecha y Puntos) */
.elementor-popup-modal .bonus-card-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-top: 1px solid #E5E7EB !important;
    padding-top: 12px !important;
    margin-top: 15px !important;
    font-size: 11px !important;
    color: #6B7280 !important;
    text-transform: uppercase !important;
}

.elementor-popup-modal .closing-time,
.elementor-popup-modal .points {
    margin: 0 !important;
    line-height: 1 !important;
}

/* 6. BOTÓN DE GUARDAR */
.elementor-popup-modal .buttonblock {
    text-align: center !important;
    margin-top: 30px !important;
}

.elementor-popup-modal input[type="submit"] {
    background: #E11D48 !important; /* Mantenemos el rojo del diseño original */
    color: #FFFFFF !important;/* End custom CSS */