/* ===== REPORTS HUB PAGE ===== */
/* Page-specific styles for the reports listing page */

.reports-empty {
  color: var(--text);
  opacity: 0.6;
  font-style: italic;
}

.reports-no-results {
  display: none;
  color: var(--text);
  opacity: 0.6;
  font-style: italic;
}

.reports-no-results.visible {
  display: block;
}
