@media print {
  @page {
    margin: 2cm;
  }
  html {
    margin: 0 !important;
    padding: 0;
  }
  html > body {
    padding: 0 !important;
  }
  body {
    -webkit-print-color-adjust: exact;
    background-color: #fff;
    padding: 0 !important;
    margin: 0;
  }
  .article {
    padding: 0 !important;
  }
  .article a {
    font-weight: 700;
    text-decoration: none;
  }
  .article__image {
    margin-bottom: 0.5cm;
  }
  .article__image figcaption {
    position: relative;
    padding: 0.5cm 0cm;
    background: #fff;
    color: #f5f5f5;
  }
  .article__body p {
    margin-bottom: 0.5cm !important;
  }
  .article__categories {
    text-align: left;
  }
  header, h1, h2, h3 {
    page-break-after: avoid;
  }
  img, .home .article {
    page-break-inside: avoid;
  }
  body, body > *,
  .main .container--flex,
  .main .container--flex > * {
    display: block !important;
  }
  .article__image a:after {
    height: 100% !important;
    background: rgba(0, 0, 0, 0.3) !important;
  }
  style,
  script,
  #wpadminbar,
  #cookieChoiceInfo,
  .beta,
  .modal,
  .site-bar-top,
  .site-header,
  .site-footer,
  .home .section--first .tabs,
  .author__image,
  .author__posts,
  .article__sharing,
  .article__related,
  #comments,
  .ad,
  .paywall,
  .main aside,
  .main aside.col-right,
  iframe {
    display: none !important;
  }
}

/*# sourceMappingURL=print.css.map */