.weather .weather-forecast{width:100%;margin-top:24px;padding-top:20px;border-top:1px solid #b9a88866;text-align:left}
.weather-forecast h4{margin:0 0 14px;font-size:14px;font-weight:500;letter-spacing:.06em}
.weather-forecast-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.weather-forecast-day{display:flex;flex-direction:column;gap:8px;padding:12px 6px;border-radius:10px;background:#ffffff12;text-align:center;font-size:12px;line-height:1.5}
.weather-forecast-day b{font-size:17px;font-weight:500;white-space:nowrap}
.weather .weather-forecast>small{display:block;margin-top:12px;font-size:11px;line-height:1.6;opacity:.75}
