/* BAW-D GLOBAL PRINT — cross-browser print cleanup. */

@media print {
  * {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    scrollbar-gutter: auto !important;
  }

  *::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .block-system-messages-block,
  [data-drupal-messages],
  .messages-list,
  .messages__wrapper,
  .messages {
    display: none !important;
  }
}
