/* Print-specific CSS */
@media print {
    .no-print {
        display: none !important;
    }

    body {
        margin: 0;
        padding: 0;
    }

    /* Hide navigation and headers when printing */
    nav, .navbar, header {
        display: none !important;
    }
}
