.WidgetTutiempo { width:288px; font-family:Verdana,Arial,Helvetica,sans-serif; color:#000000; }
            .WidgetTutiempo table { width: 100%; border-collapse: separate; border-spacing: 6px; }
            .TitDia, .TitMax, .TitMin, .TitVie { font-weight: bold; font-size: 14px; display: block; }
            .TxtMax { color:#E86F6F; font-weight: bold; }
            .TxtMin { color:#71B9F0; font-weight: bold; }
            .w-icon-img { width:60px; height:60px; vertical-align: middle; }
            #WidgetTutiempo{all:initial;*{all:unset;}}
#WidgetTutiempo{font-family:sans-serif,Arial,Helvetica;font-size:14px;}
#WidgetTutiempo p{margin:0;padding:5px; padding-left:0; padding-right:0;}
#WidgetTutiempo .header{clear:both;float:none;}
#WidgetTutiempo .header h2{margin:0;margin-top:10px;}
#WidgetTutiempo .header p{margin:0;}
#WidgetTutiempo .date{margin:0;padding-top:10px;padding-bottom:5px;clear:both;float:none;}
#WidgetTutiempo .daydata{clear:both;float:none;}
#WidgetTutiempo .it{line-height:25px; float:left; margin-right:20px;height:50px;white-space:nowrap;}
#WidgetTutiempo .it img{float:left;margin-right:10px;}
#WidgetTutiempo .wind{float:left; margin-right:20px;line-height:50px;height:50px;white-space:nowrap;}
#WidgetTutiempo .wind img{float:left;margin-right:10px;}
#WidgetTutiempo .oc{float:left; margin-right:20px;height:50px;}
#WidgetTutiempo .moon{line-height:25px;float:left; height:50px;white-space:nowrap;}
#WidgetTutiempo .moon img{float:left;margin-right:10px;}
#WidgetTutiempo .time{margin:0; padding:0;clear:both;float:none;padding-top:10px;padding-bottom:5px;}
#WidgetTutiempo .linkTT{clear: both; float: none;}
/* Estilos por defecto */
        .WidgetTutiempo {
            color: #000000 !important;
        }
        /* Estilos para dark-skin */
        .dark-skin .WidgetTutiempo {
            color: #ffffff !important;
        }
.WidgetTutiempo {
    height: auto !important;
    width: 100% !important;
}
.WidgetTutiempo table {
    margin: auto;
    width: 100%;
}
.WidgetTutiempo table {
    border-width: 0;
}
.widget_weather_widget .widget-container {
    clear: both;
    margin-bottom: 25px !important;
}
.WidgetTutiempo .TxtMax, .WidgetTutiempo .TxtMin {
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
}
.WidgetTutiempo .TxtMax {
    color:#f30000 !important;
}

.WidgetTutiempo .TitDia {
    display: inline-block;
    overflow: hidden;
}
.WidgetTutiempo td {
    text-align: center;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.WidgetTutiempo table td {
    border: none;
}

/* TÃƒÂ­tulos del Widget Front-End */
.weather-pro-container .widget-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-left: 3px solid #4f46e5;
    padding-left: 10px;
}

.weather-pro-slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 300px;   /* o el valor que quieras */
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/* Card General (Transparente por defecto para 100% ancho) */
.weather-item-card {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px); /* restar el padding/margen */
    background: transparent !important;
    border-radius: 16px;
    padding: 15px;
    box-shadow: none !important;
}

/* --- MODO HORIZONTAL (Captura) --- */
.weather-pro-container.weather-pro-horizontal {
    position: relative;
    overflow: hidden;
    width: 100%;
    white-space: nowrap; /* evita que los ÃƒÂ­tems salten de lÃƒÂ­nea */
}

.weather-pro-list.weather-pro-horizontal, .weather-pro-slider-container.weather-pro-horizontal {
    white-space: normal;
}
.weather-pro-slider-container.weather-pro-horizontal {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%; /* o el ancho que quieras limitar */
    margin: 0 auto;
}


.weather-item-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 12px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding-bottom: 0;
}



.weather-item-horizontal .current-side {
    display: flex;
    align-items: center;
    gap: 0px;
    border-right: 1px solid #334155;
    padding-right: 10px;
}

.weather-item-horizontal .main-temp {
    text-align: center;
}

.weather-item-horizontal .main-temp .temp-val {
    font-size: 32px;
    font-weight: 800;
    color: inherit !important;
    line-height: 1;
}

.weather-item-horizontal .main-temp .wind-val {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 4px;
}

.weather-item-horizontal .forecast-side {
    display: flex;
    justify-content: flex-start;
    gap: 1px;
    flex: 0 0 calc(100% / 5);
    padding-left: 5px;
}

.weather-item-horizontal .forecast-day {
    text-align: center;
    min-width: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.weather-item-horizontal .fd-label {
    font-size: 11px;
    font-weight: bold;
    color: inherit;
    margin-bottom: 2px;
    
    
    
    
    
    
    
    
    
    
    
    
    .weather-item-horizontal .fd-icon
    img {
    width: 40px !important;
    height: 40px !important;
    display: inline-block !important;
    position: relative;
};
    
.weather-item-horizontal .fd-icon
    img {
    width: 40px !important;
    height: 40px !important;
    display: inline-block !important;
    position: relative;
};
}

.weather-item-horizontal .fd-icon img {
    width: 25px !important;
    height: 25px !important;
    display: inline-block !important;
    position: relative;
}

.weather-item-horizontal .main-icon img {
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    position: relative;
}

.weather-item-horizontal .fd-temps {
    font-size: 11px;
    font-weight: 700;
    margin-top: -2px;
}

.weather-item-horizontal .fd-temps .max { color: #ff6b6b; }
.weather-item-horizontal .fd-temps .sep { color: #cbd5e1; margin: 0 2px; }
.weather-item-horizontal .fd-temps .min { color: #4dabf7; }

/* Margen para lista cuando no es slider */
.weather-pro-list .weather-item-card, .weather-pro-list .weather-item-horizontal {
    margin-bottom: 25px;
}
.weather-pro-slider-container .weather-item-card, .weather-pro-slider-container .weather-item-horizontal {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .weather-item-horizontal {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    .weather-item-horizontal .current-side {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: 15px;
        width: 100%;
        justify-content: center;
    }
    .weather-item-horizontal .forecast-side {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 5px;
    }
}