.elementor-17715 .elementor-element.elementor-element-dab67ad{--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-17715 .elementor-element.elementor-element-7d77ddc{text-align:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-dab67ad *//* CONTENEDOR GENERAL DE LA SECCIÓN QUINIELA */
.elementor-element-dab67ad.e-con {
    max-width: 1200px;          /* que no se haga demasiado ancho */
    margin: 0 auto 48px;        /* centrado y con respiro abajo */
    padding: 32px 16px 40px;
    background: #ffffff;
}

/* Alineación interna */
.elementor-element-dab67ad .e-con-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

/* TÍTULO: Ganadores Quiniela */
.elementor-element-7d77ddc .elementor-heading-title{
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    font-size: clamp(1.5rem, 1.2rem + 0.8vw, 2.1rem);
    color: #003a70;             /* azul Olympia / ajústalo si tienes otro */
    border-bottom: 3px solid #00b5e2; /* línea acento celeste */
    padding-bottom: 8px;
}

/* IMÁGENES DESKTOP Y MOBILE */
.elementor-element-50e2639 img,
.elementor-element-d4a37d0 img{
    display: block;
    width: 100%;
    height: auto;
}

/* “Tarjeta” de la imagen para que se vea más premium */
.elementor-element-50e2639 .elementor-widget-container,
.elementor-element-d4a37d0 .elementor-widget-container{
    max-width: 900px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

/* AJUSTES MOBILE */
@media (max-width: 767px){
    .elementor-element-dab67ad.e-con{
        padding: 24px 12px 32px;
    }

    .elementor-element-7d77ddc .elementor-heading-title{
        font-size: clamp(1.3rem, 1.1rem + 1vw, 1.6rem);
    }
}/* End custom CSS */