/* cv-templates.css — additional template-specific print styles */

/* Print optimization — ensure CV renders cleanly when printing */
@media print {
  body > *:not(#cv-preview) { display: none !important; }
  #cv-preview {
    transform: none !important;
    width: 210mm !important;
    min-height: 297mm !important;
    position: fixed;
    top: 0; left: 0;
    box-shadow: none !important;
  }
}
