@media print {
  header, nav, aside, footer, form, .no-print, .banner {
    display: none !important;
  }
  .button {
    display: none !important;
  }
  body {
    background-color: #fff;
    color: #000;
    font-family: "Bitter", serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
  }
  #main, #blog-post {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .employee__header {
    border-bottom: 1px solid #cac8c8;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  h2 {
    color: #ff9e16;
    font-family: "Lato", sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 1.875rem;
    text-transform: uppercase;
  }
  .author {
    font-family: "Bitter", serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: 700;
  }
  h3 {
    color: #ff9e16;
    font-family: "Bitter", serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
  }
  .source {
    border-top: 1px solid #cac8c8;
    display: block;
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .body {
    font-size: 10pt !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    max-width: 100%;
  }
  section-break {
    break-before: always;
  }
  hr {
    background: transparent;
    border-bottom: 1px solid #cac8c8;
    box-shadow: none;
    margin: 1rem 0;
    padding: 0;
  }
}
