/* Print styles — resources page only */
@media print {
  body {
    background: #fff;
    color: #000;
    font-size: 12pt;
  }

  .no-print,
  .print-btn,
  .qr-back,
  nav {
    display: none !important;
  }

  .page-header { border-bottom: 2pt solid #d4541c; margin-bottom: 1rem; }

  section { break-inside: avoid; margin-bottom: 1.5rem; }

  .res-table { width: 100%; border-collapse: collapse; }
  .res-table th,
  .res-table td { border: 0.5pt solid #ccc; padding: 4pt 6pt; font-size: 10pt; }
  .res-table th { background: #fae8df; }

  .org-card { border: 0.5pt solid #ccc; padding: 6pt; margin-bottom: 6pt; }

  .worksheet-line {
    border-bottom: 0.5pt solid #999;
    height: 24pt;
    margin-bottom: 4pt;
  }

  a { color: #000; text-decoration: none; }
  a[href]::after { content: ' (' attr(href) ')'; font-size: 9pt; color: #555; }
}
