/* -------------------------------------------------------- */
/* 🔹 Combined Labels                                       */
/* -------------------------------------------------------- */
/* "Idag" / "Imorgon" labels above chart in combined view   */
/* Mirrors combined_today_tomorrow_labels.dart               */

.combined-labels {
  display: none;
  padding: 0 var(--space-l);
  height: 32px;
  align-items: center;
}

.combined-labels--visible {
  display: flex;
}

.combined-labels__spacer {
  flex-shrink: 0;
}

.combined-labels__label {
  flex: 1;
  text-align: center;
  font-size: var(--text-body-small);
  color: var(--color-on-surface-variant);
}
