@media print {
  .nav, .week-nav, .btn, form, .no-print { display: none !important; }
  body { background: white; color: black; }
  .shopping-list li { page-break-inside: avoid; }
  .shopping-list li.checked { display: none !important; }
  .category-heading { page-break-after: avoid; }
}
