@media print {
    body {
        background: #ffffff !important;
        color: #111827 !important;
    }

    .no-print {
        display: none !important;
    }

    a {
        color: inherit !important;
        text-decoration: none !important;
    }

    .glass-panel,
    .shadow-lg,
    .shadow-xl,
    .shadow-2xl {
        box-shadow: none !important;
    }
}
