/* ============================================================
 * Forecast views
 * Overrides specific to the 24-Hour and 14-Day Forecast sections layered on top of the shared table styles in 06-table.css.
 * ============================================================ */
/* Forecast sections (hourly/daily): once the "Loading forecast…" status
   line clears, it becomes an empty div that still reserves its min-height
   and margin, padding out the gap between the chart and the table. Collapse
   it when empty, and remove the table-controls' own margin, so the chart's
   existing 16px margin-bottom is the only gap left — matching the sidebar. */
.table-controls.forecast-status{margin-bottom:0;}
.forecast-status .status-line{min-height:0; margin-top:0;}

