.elementor-3162 .elementor-element.elementor-element-3fcf233b{--display:flex;}.elementor-3162 .elementor-element.elementor-element-1cc1d35c{width:var( --container-widget-width, 100px );max-width:100px;margin:0px 10px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:100px;--container-widget-flex-grow:0;}.elementor-3162 .elementor-element.elementor-element-1cc1d35c.elementor-element{--align-self:flex-end;}/* Start custom CSS for html, class: .elementor-element-1cc1d35c *//* Ocultar el día de mañana (jueves) */
.mi-clima-wrapper .simple-weather__day:not(.simple-weather__day--current) {
    display: none !important;
}

/* Ocultar la palabra del día actual (miércoles) */
.mi-clima-wrapper .simple-weather__day--current .simple-weather__date {
    display: none !important;
}

/* Centrar el bloque y apilar en vertical */
.mi-clima-wrapper .simple-weather__day--current {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
}

/* Diseño del icono: Blanco, grande y centrado */
.mi-clima-wrapper .simple-weather__day--current i {
    font-size: 58px !important; 
    color: #ffffff !important;
    margin: 0 0 10px 0 !important; 
    position: static !important; 
}

/* Diseño de los grados: Blancos, tamaño ajustado, fuente fina (light) y recta */
.mi-clima-wrapper .simple-weather__day--current .simple-weather__temp {
    font-size: 32px !important; 
    color: #ffffff !important;
    font-weight: 300 !important; 
    font-style: normal !important; 
    line-height: 1 !important;
    position: static !important;
    
    /* PARA QUITAR EL ESPACIO: Tira del ºC hacia el número */
    word-spacing: -8px !important; 
}/* End custom CSS */