@media print {
  a[href]:after {
    content: none !important;
  }
  .logo--main-nav {
    width: 125px;
    fill: #ec3723;
    margin-bottom: 20px;
  }
  article h1.entry-title {
    font-size: 22px;
    margin: 0;
  }
  article header .dek,
  .photographer,
  .save-recipe * {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .partners-logo .partnership {
    font-size: 10px;
  }
  .dek a,
  .photographer a {
    color: #000;
  }
  img.portrait, img.landscape {
    width: 30px;
  }
  .attachment-post-thumbnail {
    width: 130px;
    margin: 0 30px 10px -40px;
    float: left;
  }
  aside,
  .nav-main__links,
  .nav-main__icon-container,
  .lead-capture__below-nav__row,
  .lead-capture__recipe-footer__row,
  form.nav-main__search-form,
  .entry-content,
  article .right-col,
  article .sharing,
  article .tags,
  article .print-save,
  article .stars-outer,
  .__gpt-placement,
  footer {
    display: none;
  }
}
