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

  header, footer, nav, .download-btn, .contact-section, .bts-hide, .wp-block-post-title, .yoast-breadcrumbs {
    display: none; /* Hide navigation and buttons */
  }

  /*
  a::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
  } */
  
  main {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  
  .wp-block-spacer {
    height: 40px!important;
   }

  .resume-section {
    page-break-inside: avoid;
    margin-bottom: 20px;
  }
}
