@media print {
  @page {
    margin: 1.5cm 1cm;
  }
  html {
    font-size: 10pt;
  }
  body {
    font-family: sans-serif;
    line-height: 1.5;
    display: block;
    overflow: visible;
  }
  img {
    max-width: 300px !important;
    filter: grayscale(1);
  }
  a {
    color: black !important;
    font-weight: bold !important;
    text-decoration: underline;
    text-decoration-color: #bbb;
    box-shadow: none !important;
    background-image: none !important;
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
    word-break: break-all;
  }
  a::after {
    position: relative !important;
    width: auto;
    content: " (" attr(href) ") ";
  }
  a[href^="http://"]::after,
  a[href^="https://"]::after,
  a[target=_blank]::after {
    display: inline !important;
    padding: 0 !important;
    height: auto !important;
    background-color: transparent !important;
    width: auto !important;
    content: " (" attr(href) ") " !important;
    background-image: none !important;
  }
  a[href^="#"]::after,
  a[href^="tel:"]::after,
  a[href^="mailto:"]::after,
  a[href^="javascript:"]::after {
    content: none !important;
  }
  abbr {
    text-decoration: none !important;
    border-block-end: none !important;
  }
  video,
  .skip-link,
  .site-header,
  .site-footer {
    display: none !important;
  }
}
