/*
|--------------------------------------------------------------------------
| POSTECH.CLOUD V4.2.2 - Hide Receipt Preview On Screen
|--------------------------------------------------------------------------
| This file ONLY hides the receipt container during normal screen display.
| It contains NO @media print rules and NO paper/size/margin/scale overrides.
*/

@media screen {
    #receipt_section,
    .print_section {
        display: none !important;
    }
}
