@media print {
  @page {
    size: A4;
    margin: 1cm 1cm 1cm 1cm;
  }
  .header-xf,
  .footer-xf,
  .date,
  .social-share.red,
  .cookies-xf,
  .experiencefragment {
    display: none;
  }
  iframe {
    display: none;
  }
  .select-selected::after {
    display: none;
  }
  .aem-Grid--12 {
    display: flex;
    flex-direction: row;
  }
  .aem-Grid--4 {
    display: flex;
    flex-direction: column;
    width: 300%;
  }
  .aem-Grid--4 a {
    color: #000;
    text-decoration: none;
  }
  .ingredients-converter {
    margin-left: 55px;
  }
  .aem-Grid--2 {
    display: flex;
    flex-direction: column;
  }
}
