/* --- css/print.css --- */
.cv-paper {
    padding: 40px; background: white; color: #333; 
    font-family: 'Segoe UI', Tahoma, sans-serif; 
    width: 100%; max-width: 800px; /* Forceer breedte voor html2pdf */
}
.cv-header { border-bottom: 2px solid #d32f2f; padding-bottom: 20px; margin-bottom: 20px; }
.cv-header h1 { margin: 0; color: #111; font-size: 2.5rem; }
.cv-header h3 { margin: 5px 0 10px 0; color: #d32f2f; font-size: 1.2rem; }
.cv-contact-info { font-size: 0.9rem; color: #666; }
.cv-body h4 { color: #d32f2f; border-bottom: 1px solid #eee; padding-bottom: 5px; margin-top: 20px; text-transform: uppercase; }
.cv-item { margin-bottom: 15px; }
.cv-item-title { font-weight: bold; color: #222; }
.cv-item-sub { font-size: 0.85rem; color: #666; font-style: italic; }
.cv-item-desc { font-size: 0.9rem; line-height: 1.4; }
.cv-skills-row { display: flex; flex-wrap: wrap; gap: 10px; }