@media print {
  @page {
    size: auto;
    margin: 0;
  }
  html,
  body {
    font-size: 16px;
    background: transparent;
  }
  body {
    margin: 4.5rem 7.5rem 4.5rem 7.5rem;
    font-family: "Noto Serif", serif;
  }
  header,
  .breadcrumb,
  footer,
  img {
    display: none;
  }
  h1, h2 {
    margin-right: -1rem;
    margin-left: -0.125rem;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.3333333em;
  }
  p {
    margin-right: -0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  .article span.image-block:after,
  .article span.image-inline:after,
  .article span.image-inline-2:after {
    content: "[IMAGE]";
    white-space: pre-wrap;
  }
}
