@media print {
  .header, .footer, #single-ricette .ricette, .back-to-top, #single-ricette .screen .scopri, #single-ricette .ricetta--wrapper > div:last-child, #single-ricette .ricetta-procedimento .icon--wrapper {
    display: none !important;
  }

  #single-ricette .ricetta--wrapper > div {
    width: 33.33%;
    padding: 0 40px;
  }

  body {
    font-size: 12pt;
  }

  #single-ricette .screen {
    padding-top: 35%;
  }

  #single-ricette .screen .border-ricetta {
    height: 40px;
  }

  #single-ricette .screen header {
    width: calc(100% - 60px);
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    text-align: center;
  }

  #single-ricette .title-section {
    font-size: 28pt;
    padding: 0 15px 5px;
  }

  #single-ricette .ricetta--wrapper {
    flex-wrap: wrap;
    padding: 30px;
  }

  #single-ricette .ricetta--wrapper > div {
    width: 50%;
  }

  #single-ricette .ricetta--wrapper > div.ricetta-ingredienti {
    order: 1;
    padding-left: 0;
    padding-right: 60px;
  }

  #single-ricette .ricetta--wrapper > div.ricetta-caratteristiche {
    order: 2;
    border: 0;
    padding: 0 0 0 60px;
  }

  #single-ricette .ricetta-caratteristiche img {
    max-width: 35px;
    height: 35px;
  }

  #single-ricette .ricetta-caratteristiche > div:not(:last-child) {
    padding-bottom: 20px;
  }

  #single-ricette .ricetta--wrapper > div.ricetta-procedimento {
    flex: 0 0 100%;
    width: 100%;
    order: 3;
    padding: 0;
    margin-top: 30px;
  }
}

@page {size: 210mm 297mm; margin: 10mm 10mm 10mm 10mm;}
