/* Print / meeting mode — clean board-packet output */
@media print {
  .topnav, .print-btn, .toggle, .filters, .footer button { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  .wrap { max-width: 100%; padding: 0 12mm; }
  .cover { background: #566640 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  section.block { padding: 18px 0; border-bottom: 1px solid #ccc; page-break-inside: avoid; }
  .card, .product, .week, .pk, .deliv .row, .agenda li { box-shadow: none !important; break-inside: avoid; }
  .detail { display: block !important; }        /* show all details in print */
  .checklist { columns: 2; }
  h2.sec { page-break-after: avoid; }
  a { color: #000; text-decoration: none; }
  .cards, .products, .weeks { display: block; }
  .card, .product, .week { margin-bottom: 10px; }
}
