/* Global report utilities used across report pages */
.table-report thead th { font-weight:700; }
.report-toolbar { gap:8px; }

/* Generic print rules for report pages (portrait by default).
   Individual reports can override orientation locally via a <style> in the view. */
@media print {
  html, body { font-size:12pt; }
  aside.sidebar, .sidebar, .topbar, nav.navbar, header, footer { display:none !important; visibility:hidden !important; }
}