 @media print {
     .no-print {
         display: none !important;
     }

     .bill-container {
         box-shadow: none !important;
         border-radius: 0 !important;
     }

     .qr-section {
         background: white !important;
         border: 1px solid #ddd !important;
     }
 }