/* v0.47.86: print styling. Only affects printing (or "Save as PDF"); the
   normal on-screen appearance of ROMAR is unchanged. */
@media print {
  header, nav, .office-nav, .carer-mobile-nav, .session-user, footer,
  .no-print, form button, form input[type="submit"] { display: none !important; }
  body { background: #fff; }
  main { max-width: none; margin: 0; padding: 0; }
  .panel, .cards div, .formcard {
    box-shadow: none;
    border: 1px solid #9fb3c0;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .print-header { display: block !important; }
  a { color: inherit; text-decoration: none; }
}
.print-header { display: none; }
