/* print.css */
@media print {
  footer .about, footer .secondary-nav, footer .nav-social,  aside, nav, form, iframe, .menu, .hero, .adslot , .nav-social-share, .nl-signup__wrapper, .related-articles, .breadcrumb-nav, iframe,  .leader-container{
    display: none !important;
  }

  .header{
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 20px;
    justify-content: center;
    text-align: center;
    .container{
      justify-content: center;
    }

    .magazine-cover{
      display: none !important;
    }
  }




.article-body{
  max-width: 100%;
}

.article-box{
  border: 0;
}

  .article-box__img-wrapper{
    text-align: center;
  }

  .article-box__img-wrapper img{
    width: 60%;
    max-width: 60%;
  }

  
  .article-box__img-wrapper img.portrait{
    max-width: 200px;
  }

  .article-intro p {
    font-size: 17px;
    line-height: 1.375;
  }

  .article-body-content figure img {
    width: auto;
  }

  .article-body-content {
    figure, figure img, img{
      width: 360px;
      height: auto;
    }
   
    figcaption{
      display: block;
    }

    .embed-responsive{
      display: none;
    }
  }

  .article-body {
    padding-top: 2rem !important;
  }

  .article-page .author{
    margin-bottom: 1rem;
  }

  .article-intro, .article-box {
    margin-bottom: 0;
  }

  footer{
    border-top: 1px solid #000;
  }

  footer, footer .container{
    margin: 0;
    padding: 0;
    padding-top: 15px;
    text-align: center;
  }

  footer .logo {
    margin-bottom: 15px;
  } 

  footer .logo__image:not(footer .logo__image.next) {
    width: 100px;
    height: auto;
  }

  .plant-calendar{
    border: 1px solid #000;
  }
}
