/* Print-friendly CV styles */
@media print {
    /* Remove all top spacing */
    html, body {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    body {
        font-size: 10pt;
        line-height: 1.4;
    }
    
    #quarto-content,
    #quarto-document-content,
    main {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    h2 {
        font-size: 14pt;
        margin-top: 1em;
        margin-bottom: 0.5em;
        page-break-after: avoid;
    }
    
    h2:first-of-type {
        margin-top: 0 !important;
    }
    
    h3 {
        font-size: 11pt;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
        page-break-after: avoid;
    }
    
    p, li {
        page-break-inside: avoid;
    }
    
    .print-only {
        display: block !important;
        margin-bottom: 1em;
        font-size: 9pt;
    }
    
    /* Hide navigation and other UI elements */
    .navbar,
    .nav-footer,
    #quarto-sidebar,
    .quarto-title-meta,
    #quarto-header {
        display: none !important;
    }
}

@media screen {
    .print-only {
        display: none;
    }
}
