/*
 * Print css styles
 */
* {
  color: black !important;
}

header {
  margin-bottom: 30px;
  padding: 20px 0 0 0;
}

body {
  color: black;
  background: none;
  border: none !important;
}

/*
 * Add this class to elements that should not be visible when printing.
 */
.hide-on-print,
.visually-hidden {
  display: none !important;
}

/*
 * Prevent paragraphs from breaking on page end
 */
p, img {
  page-break-inside: avoid;
}

nav, .navigation, .mobile-menu-open, .mobile-menu-close, footer, .site__content-top {
  display: none;
}

.block-language {
  display: none;
}
