@page {
  margin: .55in;
}

body {
  color: #111;
  background: #fff;
  font-size: 11pt;
}

.no-print,
.app-header,
.site-footer,
button,
.button,
form,
nav,
.actions,
.search-bar,
.documents-page .two-column,
.users-page,
.settings-page {
  display: none !important;
}

.container {
  width: 100%;
  margin: 0;
}

.panel,
.notice-strip,
.security-warning {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.print-report {
  display: block;
}

.print-brand {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  border-bottom: 3px solid #c9a227;
  padding-bottom: 12px;
  margin-bottom: 18px;
}

.brand-logo,
.print-logo {
  display: block;
  width: 190px;
  max-height: 70px;
  object-fit: contain;
}

.print-logo-lockup {
  align-items: center;
}

.report-section {
  break-inside: avoid;
  margin-bottom: 16px;
}

.score-grid,
.dashboard-cards,
.trend-grid {
  grid-template-columns: repeat(4, 1fr);
}

th,
td {
  border-bottom: 1px solid #ccc;
}
