@charset "UTF-8";
/**
* VARIABLES
* No importing from parent theme as we explicitly set them here
*/
* {
  -webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 – 15.3, Edge */
  print-color-adjust: exact !important; /* Firefox 97+, Safari 15.4+ */
}

.no-print,
.pagination,
.hero--simple,
.cookie-message,
.pagination__container {
  display: none !important;
}

.admin-bar .fixed-top {
  top: 0;
}

/*# sourceMappingURL=print.css.map*/