@media print {
  body {
    background: #ffffff !important;
    color: #000000;
    font-size: 12pt;
  }

  .site-header,
  .site-footer,
  .records-actions,
  .button,
  .nav-toggle,
  .toolbar,
  .modal-backdrop {
    display: none !important;
  }

  .section,
  .page-hero {
    padding: 0 0 18pt !important;
  }

  .section-inner,
  .launch-shell {
    width: 100% !important;
  }

  .card,
  .notice,
  .empty-state {
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
    break-inside: avoid;
  }

  .records-layout,
  .summary-grid {
    display: block !important;
  }

  .summary-card,
  .note-card {
    margin-bottom: 12pt;
  }

  a {
    color: #000000;
    text-decoration: none;
  }
}
