@page {
  size: B4 portrait;

  margin: 0;
}

nav,
footer {
  display: none !important;
}

&,
& * {
  -webkit-print-color-adjust: exact !important;
          print-color-adjust: exact !important;
  /* break-inside: avoid !important; */
}

html body {
  position: relative;
}

html body main .hero__right {
  padding-top: 60px !important;
}

html body main .hero__left {
  padding-top: 60px !important;
}

html body main .rt__cards.show-on-desktop {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}

html body main .rt__cards.show-on-mobile {
  display: none !important;
}
