@media print {
  body {
    font-size: 12px;
    background: white;
    color: #333;
  }

  .resume {
    padding: 0;
    max-width: 100%;
  }

  .resume-section {
    page-break-inside: avoid;
  }

  .resume-job,
  .resume-project,
  .resume-education {
    page-break-inside: avoid;
  }

  a {
    color: #333;
    text-decoration: none;
  }

  .resume-pdf-link {
    display: none;
  }
}
