@media print {
    header, footer, .theme-toggle, .tabs-header, .no-print {
        display: none !important;
    }

    body {
        background: white !important;
        color: black !important;
        font-size: 12pt;
    }

    main {
        overflow: visible !important;
        height: auto !important;
    }

    .container {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    a {
        text-decoration: underline;
        color: black !important;
    }

    /* Keep resume section visible */
    .resume-section {
        page-break-inside: avoid;
        margin-bottom: 20px;
    }
}
