
/* METEO SANTA SUSANNA v0.94 */
.dashboard > .card,
.dashboard-grid > .card,
.card{
    border-radius:20px !important;
    overflow:hidden;
}
.card{
    border:1px solid rgba(83,105,128,.18);
    box-shadow:0 10px 30px rgba(25,48,73,.08),0 2px 7px rgba(25,48,73,.05);
}
.current-value-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:4px;
}
.current-value-row > .value{
    margin:0;
    flex:1 1 auto;
}
.current-value-row > .trend{
    flex:0 0 auto;
    max-width:48%;
    margin:0;
    padding:7px 10px;
    border-radius:12px;
    background:rgba(91,111,132,.07);
    text-align:right;
    font-size:.88rem;
    line-height:1.25;
}
.wind-current-row{align-items:flex-start}
.wind-current-row .windvalues{flex:1 1 auto}
.uv-current-row{align-items:center}
.uv-current-row .split{flex:1 1 auto}
.embedded-chart{
    margin-top:15px;
    padding-top:13px;
    border-top:1px solid rgba(83,105,128,.16);
}
.embedded-chart .v05-chart-wrap{min-height:170px}
.embedded-chart svg{
    display:block;
    width:100%;
    height:auto;
    max-height:220px;
    overflow:visible;
}
.embedded-chart .v05-chart-summary{
    padding-top:4px;
    font-size:.78rem;
}
.embedded-chart h3{
    margin:0 0 5px;
    font-size:.78rem;
    text-transform:uppercase;
    letter-spacing:.06em;
    color:#526273;
}
.uv-solar-chart-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:10px;
}
.widget-history-block{
    padding:12px !important;
    border:1px solid rgba(83,105,128,.18) !important;
    border-radius:15px;
    background:rgba(248,250,252,.72);
}
.temperature-detail-grid{
    border-top:0 !important;
    padding-top:0 !important;
}
.temperature-detail-grid .widget-history-block{
    padding:12px !important;
    border:1px solid rgba(83,105,128,.18) !important;
}
.widget-history-table{
    overflow:hidden;
    border-radius:10px;
}
.mb-rain-list{
    border:1px solid rgba(83,105,128,.18);
    border-radius:14px;
    overflow:hidden;
    background:rgba(248,250,252,.72);
}
.mb-rain-row{
    padding-left:10px !important;
    padding-right:10px !important;
}
.v05-chart-line.chart-draw-ready{
    transition:stroke-dashoffset 1.35s cubic-bezier(.2,.75,.25,1);
}
.v05-chart-area.chart-area-ready{
    opacity:0;
    transition:opacity .8s ease .55s;
}
.v05-chart-area.chart-area-visible{opacity:1}
@media (min-width:1100px){
    .uv-solar-chart-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:700px){
    .current-value-row{align-items:flex-start}
    .current-value-row > .trend{
        max-width:52%;
        font-size:.78rem;
        padding:6px 8px;
    }
    .embedded-chart .v05-chart-wrap{min-height:145px}
    .embedded-chart svg{max-height:185px}
}
