/* Nebenkosten Perioden-Übersicht – Premium Layout (Daten via hk-preview) */
@import url("nebenkosten-premium.css");
@import url("../../assets/css/viverea-platform.css");

@media (max-width: 720px) {
  body[data-accounting-view="nk-uebersicht"] .nk-ov-period-grid {
    grid-template-columns: 1fr;
  }
  body[data-accounting-view="nk-uebersicht"] .nk-ov-tenant-grid {
    grid-template-columns: 1fr;
  }
  body[data-accounting-view="nk-uebersicht"] .nk-ov-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  body[data-accounting-view="nk-uebersicht"] .nk-ov-toolbar .acc-control,
  body[data-accounting-view="nk-uebersicht"] .nk-ov-toolbar select {
    width: 100%;
  }
}

body[data-accounting-view="nk-uebersicht"] {
  background: #f6f7f9;
}
[data-theme="dark"] body[data-accounting-view="nk-uebersicht"] {
  background: var(--bg-0);
}

body[data-accounting-view="nk-uebersicht"] .nk-ov-muted {
  color: #64748b;
  font-size: 0.8125rem;
}
