.work { margin-top: 24pt; } .work__header { margin-bottom: 0.2rem; } .work__experience { page-break-inside: avoid; // only show the first 4 jobs completely and hide the details of the // rest of the older jobs (but keep the names in the CV) &:not(&:nth-child(-n+5)) { > .tasks, .footnote { display: none; } } } // Style the Company name links in the PDF with thicker underline .job-position__company { margin-top: 0.6rem; font-size: 11pt; a:link, a:visited, a:hover, a:active { text-decoration-thickness: 1px; } } .job-position__title, .job-position__duration, .job-position__location { } .note { max-width: 100%; } .tasks { max-width: 90%; } .footnote { font-size: 7pt; }