/* Print styles — keeps pages readable on paper and in "Save as PDF" */
@media print {
  .topbar, .announce, .footer, .stchat, .consent-bar, .audit-form, .chips,
  .dl-cta, .cheer, .cook-overlay, .modal-back, .btn, .fontbtn { display: none !important; }
  body { background: #fff !important; color: #000 !important; font-size: 11pt; }
  .wrap { max-width: none; padding: 0; }
  .card, .check-row, .lesson figure { box-shadow: none !important; border: 1px solid #ccc; page-break-inside: avoid; }
  h1, h2, h3 { page-break-after: avoid; }
  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}
