/* cv_print_screen.css — Screen styles for cv.php?print=1
   Makes the on-screen preview clean before the user hits Print.
   Only loaded when ?print=1 is set.
*/

body.print {
  background: #fff;
  color: #000;
}

body.print .container {
  max-width: 800px;
  margin: 0 auto;
}

/* Print header block — screen preview */
body.print .cv-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
body.print .cv-header p {
  margin-bottom: 0.3rem;
}
body.print .cv-header h1 {
  font-size: 3.2rem;
  margin-bottom: 0.5rem;
}
body.print .cv-header a {
  color: #000;
  text-decoration: none;
}
