@media print {
  @page {
    size: A4 landscape; /* 210mm × 297mm */
    margin: 5%;
  }

	.block,
  section {
		break-inside: avoid;
	}

  .page--print .shareit-button-wrapper {
    display: none;
  }

  button#print-page,
  .javali-buttons.print {
    display: none;
  }

  .page--print #scroll-menu.active,
  body:not(.path-frontpage):not(.page-node-type-landing-page) #wrapper header {
    display: none;
  }

  #onetrust-consent-sdk {
    display: none;
  }

  /* Story Item */

  /* Charts */
  .page--print .javali-charts-preview {
    max-width: 70%;
    margin:auto;
  }

  /* Tab Table */
  .page--print .tab-tables {
    max-width: 50%;
    margin:0;
  }

  .page--print .tab-tables .tab-item-content{
    max-width: 90%;
  }

  /* images */
  .page--print img{
    max-width: 100%;
    height: auto;
  }
}
