/* Order QR Code styles */
@media print {
    body * {
        visibility: hidden;
    }

    .bg-white, .bg-white * {
        visibility: visible !important;
        color: black !important;
    }

    .bg-white {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    button, a {
        display: none !important;
    }
}

