@media print {
  @page {
    margin: 1.75in;
  }
  :root {
    font-size: 12pt;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    margin: 0;
  }
  body > *:not(main) {
    display: none;
  }
  main {
    width: 100%;
  }
  header #byline {
    display: unset;
  }
  a {
    text-decoration-style: dotted !important;
  }
  a[href^="http"]:after {
    content: " <" attr(href) "> ";
  }
  article::after {
    margin-bottom: 0;
  }
  footer {
    display: none;
  }
}