/* PayfastWSB owner print stylesheet — high-contrast, ink-friendly */
@media print {
  body {
    background: #fff !important;
    color: #111 !important;
  }
  nav, .environment-badge, .sidebar, button, form button, a.environment-badge {
    display: none !important;
  }
  .card {
    border: 1px solid #333 !important;
    box-shadow: none !important;
    break-inside: avoid;
  }
  a { color: #000 !important; text-decoration: none !important; }
  table { page-break-inside: auto; }
  tr { page-break-inside: avoid; page-break-after: auto; }
}
