/* NH.dt24 — data + godzina 24h (C1, 23.09). Tylko tokeny. */
.nh-dt24 { display: flex; flex-direction: column; gap: var(--space-1); }
.nh-dt24-row { display: flex; align-items: center; gap: var(--space-2); flex-wrap: wrap; }
.nh-dt24-row .nh-dt24-date { flex: 1 1 150px; min-width: 0; width: auto; }
.nh-dt24 select.nh-dt24-h, .nh-dt24 select.nh-dt24-m { flex: 0 0 auto; width: auto; min-width: 72px; }
.nh-dt24-sep { font-weight: 600; color: var(--nh-text); }
.nh-dt24-say { font-size: 12px; color: var(--nh-text-2); min-height: 1em; }
.nh-dt24.nh-dt24--time { flex-direction: row; align-items: center; gap: var(--space-1); }
