/* JDServer-Webs v6.4 — climate_wind_now (Rachas vs. medias) */

#climate-wind .cw-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}

#climate-wind .cw-kpis{
  display:grid;
  gap:12px;
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin-bottom:12px;
}
@media (max-width: 920px){
  #climate-wind .cw-kpis{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px){
  #climate-wind .cw-kpis{ grid-template-columns: 1fr; }
}

#climate-wind .kpi.card{
  padding:14px;
  text-align:center;
}
#climate-wind .kpi header{
  font-weight:600;
  margin-bottom:6px;
  opacity:.9;
}
#climate-wind .kpi .value{
  font-size:1.6rem;
  font-weight:700;
  font-variant-numeric: tabular-nums;
}
#climate-wind .kpi .hint{
  opacity:.75;
  margin-top:4px;
  font-variant-numeric: tabular-nums;
}

#climate-wind .cw-chart.card{
  padding:14px;
}
#climate-wind .cw-chart .chart-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}

#climate-wind #cw-spark{
  width:100%;
  height:200px;
  display:block;
  color: color-mix(in oklab, var(--brand), #888 10%); /* line color via currentColor */
}
