/* ==========================================
   1190x610 Custom Print CSS (Bill Book Theme)
========================================== */
@media print {
    @page { 
        size: 1190px 610px; 
        margin: 5mm; 
    }
    body { 
        background: white !important; 
        -webkit-print-color-adjust: exact !important; 
        print-color-adjust: exact !important; 
        margin: 0; 
        padding: 0; 
        color: black !important; 
    }
    
    #mobile-overlay, aside, main { 
        display: none !important; 
    }
    
    .print-modal:not(.hidden) { 
        display: block !important; 
        position: static !important; 
        background: white !important; 
        padding: 0 !important; 
        margin: 0 !important; 
    }
    
    .print-modal:not(.hidden) > div { 
        position: static !important; 
        width: 100% !important; 
        max-width: 100% !important; 
        box-shadow: none !important; 
        border: none !important; 
        border-radius: 0 !important; 
    }
    
    .print-section { 
        padding: 0 !important; 
        overflow: visible !important; 
    }
    
    .no-print { 
        display: none !important; 
    }
    
    .border-black { border-color: black !important; }
    .bg-cyan-100 { background-color: #cffafe !important; }
    .text-blue-900 { color: #1e3a8a !important; }
}

/* Custom Scrollbar for better UI */
::-webkit-scrollbar { 
    width: 6px; 
    height: 6px; 
}
::-webkit-scrollbar-track { 
    background: #f1f5f9; 
}
::-webkit-scrollbar-thumb { 
    background: #cbd5e1; 
    border-radius: 4px; 
}
::-webkit-scrollbar-thumb:hover { 
    background: #94a3b8; 
}
.tracking-wider {
    letter-spacing: 0.01em;
}