/* ============================================================
   print.css — Print-friendly cheat sheets & reference
   Activated for any view; especially Cheat Sheets.
   ============================================================ */

@media print {
  .sidebar, .topbar, .toasts, .modal-scrim, .scrim, .speak-btn, .star-btn,
  .btn, .icon-btn, .no-print { display: none !important; }

  .app { display: block; }
  .main, .content { height: auto; overflow: visible; }
  .content__inner { max-width: 100%; padding: 0; }

  body { background: #fff; color: #000; font-size: 11pt; }
  .card { border: 1px solid #ccc !important; box-shadow: none !important; break-inside: avoid; }
  .callout { border: 1px solid #ccc !important; }
  table.data th { background: #f0f0f0 !important; }
  a { color: #000; text-decoration: none; }
  h1, h2, h3 { break-after: avoid; }

  .print-only { display: block !important; }
}

.print-only { display: none; }
