/* Hour selection keeps its place; every slot carries its own calendar date. */
body.tfo-aurora .operational-timeline { position: relative; grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 108px; overflow-x: auto; overflow-y: hidden; overflow-anchor: none; }
.timeline-hour .timeline-day { margin: 0 0 6px; color: var(--text); font-size: .7rem; white-space: nowrap; }
.timeline-hour strong { font-size: .95rem; }
.forecast-selection { margin: 0 0 6px; color: var(--text); font-size: .95rem; font-weight: 700; line-height: 1.5; }
.forecast-range { margin: 0 0 12px; color: var(--muted); font-size: .78rem; line-height: 1.55; overflow-wrap: anywhere; }
.weather-time-context { padding: 14px 18px; margin-bottom: 12px; }
.weather-time-context .forecast-range { margin-bottom: 0; }
.forecast-table-card .table-scroll { max-height: 70vh; overflow: auto; overflow-anchor: none; }
.forecast-table th { position: sticky; top: 0; z-index: 2; background: #101e2c; }
.forecast-table td:first-child { position: sticky; left: 0; z-index: 1; background: #101e2c; }
.forecast-table th:first-child { left: 0; z-index: 3; }
.forecast-table tr.is-selected td:first-child { background: #17344c; }
.forecast-hour-select { display: block; width: 100%; min-height: 44px; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; font: inherit; padding: 4px 2px; }
.forecast-hour-select span, .forecast-hour-select strong { display: block; }
.forecast-hour-select strong { color: var(--text); font-size: .9rem; margin-top: 4px; }
.forecast-hour-select:focus-visible, .timeline-hour:focus-visible { outline: 2px solid var(--blue); outline-offset: -2px; }
#tab-weather .chart-label { font-size: 9px; }
@media (max-width: 620px) {
  .forecast-table-card .panel-heading { flex-wrap: wrap; gap: 10px; }
  .weather-time-context { padding: 12px 14px; }
}
