@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 2cm;
  }
  body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.5;
  }
  * {
    color: #000 !important;
    text-align: left !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 18pt;
  }
  h3 {
    font-size: 14pt;
  }
  a:not(.logolink) {
    text-decoration: underline;
  }
  a:not(.logolink)[href]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  a:not(.logolink)[href^="#"]:after,
  a:not(.logolink)[href^="javascript:"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  table {
    border-collapse: collapse;
  }
  table th,
  table td {
    border: 1px solid #ddd;
    padding: 8px;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  p,
  blockquote {
    orphans: 3;
    widows: 3;
  }
  blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    page-break-inside: avoid;
  }
  pre,
  code {
    border: 1px solid #ccc;
    page-break-inside: avoid;
  }
  nav,
  aside,
  footer,
  .no-print,
  .navigation,
  .sidebar,
  video,
  audio,
  iframe {
    display: none !important;
  }
  #wpadminbar,
  .rs_skip,
  .rs_skip_always,
  .search-bar-container {
    display: none !important;
  }
  header {
    display: none !important;
  }
  .website-content {
    padding: 0 !important;
  }
  .banner::before,
  .banner img {
    display: none !important;
  }
  .banner-content-mobile {
    display: block !important;
  }
}
