.no-print {
  display: none !important;
}

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

.container {
  max-width: none;
  padding: 0;
}

.print-header {
  display: block !important;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #000;
  padding-bottom: 0.5rem;
}

.print-header h1 {
  margin: 0;
  font-size: 16pt;
}

.report-block {
  page-break-inside: avoid;
  margin-bottom: 1.5rem;
}

.report-block h2 {
  font-size: 13pt;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #000;
  padding: 0.3rem 0.5rem;
  font-size: 9.5pt;
}

th {
  background: #eee;
}
