/* Time Card Calculator — Print Styles */

@media print {
    .d-print-none { display: none !important; }
    .glass-panel { border: none !important; box-shadow: none !important; background: white !important; }
    .container { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
    table { border: 1px solid #dee2e6 !important; }
    #results-container { display: block !important; background: white !important; border-top: 2px solid #333 !important; }
}
