/* ==========================================
   PRINT STYLES
   ========================================== */
@media print {
    nav,
    header,
    .lg\:col-span-2,
    button,
    .border-l-4,
    #searchResults,
    #customRangeArea,
    .no-print,
    #xzModal,
    #settings-tab {
        display: none !important;
    }

    body {
        background-color: white;
    }

    .sticky {
        position: static;
        box-shadow: none !important;
        border: none !important;
    }

    /* Stock report */
    #stock-tab {
        display: block !important;
    }

    #sales-tab,
    #report-tab {
        display: none !important;
    }

    table {
        width: 100%;
        border: 1px solid #eee;
        font-size: 11px;
    }

    th, td {
        border: 1px solid #eee;
        padding: 6px 8px;
    }

    .hidden {
        display: none !important;
    }
}
