/* ==========================================
   Print Styles
   ========================================== */
@media print {
  .header, .bottom-nav, .modal-overlay, .toast-container {
    display: none !important;
  }
  
  body {
    background: white;
  }
  
  .product-card, .post-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid var(--light-gray);
  }
}
