.sta-widget {
    font-family: sans-serif;
    max-width: 900px;
    margin: 0 auto;
}

.sta-tabs-dias {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.sta-localidades-select-wrap {
    margin-bottom: 1px;
}

.sta-localidad-select {
    width: 100%;
    max-width: 218px;
    border: 0;
    padding: 10px 0px 10px 0px;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    outline: none;
    background-color: transparent;
}

.sta-localidad-select  option {
    background-color: #3DA3DD;
}


.sta-localidad-btn,
.sta-dia-btn {
    border: 0;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    background: #e7eef7;
    color: #1b3f68;
    font-weight: 600;
}

.sta-localidad-btn.active,
.sta-dia-btn.active {
    background: #2d84cb;
    color: #fff;
}

.sta-card {
    background: linear-gradient(135deg, #3a8fd8, #4f9ee0);
    border-radius: 14px;
    padding: 5px 10px 5px 10px;
    color: #fff;
}

.sta-loading {
    text-align: center;
    padding: 40px 20px;
    font-size: 16px;
}

.sta-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.sta-main {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0px;
    margin-bottom: 2px;
    padding: 0px 30px;
}

.sta-main-info {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.sta-ubicacion {
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
}

.sta-main-weather {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    gap: 20px;
}

.sta-temp {
    font-family: Manrope;
    font-weight: 500;
    font-size: 45.69px;
    line-height: 120%;
    letter-spacing: 5%;
    color: #ffffff;
}

.sta-temp {
    margin-right: auto;
    text-align: left;
}

.sta-center {
    margin-left: auto;
    text-align: right;
}

.sta-icon {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 8px;
}

.sta-estado {
    font-family: Manrope;
    font-weight: 600;
    font-size: 13.14px;
    line-height: 120%;
    color: #ffffff;
}

.sta-side {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    font-family: Manrope;
    font-weight: 600;
    font-size: 13.14px;
    line-height: 120%;
    color: #ffffff;
    border-left: 1px solid #fff;
    padding-left: 20px;
}


.sta-temp {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 45.69px;
    line-height: 120%;
    letter-spacing: -5%;
    color: #ffffff;
}

.sta-center {
    text-align: center;
}

.sta-icon {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 8px;
}

.sta-estado {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13.14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ffffff;
}

.sta-side {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13.14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ffffff;
	    border-left: 1px solid #fff;
}

.sta-side-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sta-hours {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-top: 5px;
    border-top: 1px solid rgba(255,255,255,0.35);
	width:100%;
	overflow-y: hidden;
}

.sta-hour-item {
    min-width: 22%;
    text-align: center;
    flex: 0 0 auto;
}

.sta-hour-time,
.sta-hour-temp {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13.14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ffffff;
}

.sta-hour-icon {
    font-size: 28px;
    margin: 6px 0;
}

@media (max-width: 767px) {
	
	 .sta-main-info {
        align-items: center;
    }
    
    .sta-main-weather {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .sta-main {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0px 0px;
    }

    
    .sta-top {
        flex-direction: column;
        text-align: center;
    }

    .sta-temp {
        font-size: 54px;
    }

    .sta-side {
        display: flex;          
        flex-direction: row;    
        justify-content: space-around; 
        align-items: center;   
        flex-wrap: nowrap;      
        gap: 10px;     
        
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.35);
        padding-left: 0;
        padding-top: 15px;
                  
    }

    .sta-side-row {
        display: flex;
        align-items: center;
        margin-bottom: 0;      
    }

    .sta-side-icon svg {
        width: 18px; 
        height: 18px;
        margin-right: 5px;
    }

    .sta-side-row span {
        font-size: 14px;
    }
}

.sta-side-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    min-width: 18px;
    line-height: 1;
}

.sta-side-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}

.sta-side-icon i {
    font-size: 18px;
    line-height: 1;
    display: block;
}

