@media print {
  * {
    background: none !important;
    color: #000000 !important;
  }
  *::before, *::after {
    background: none !important;
  }
  * {
    box-shadow: none !important;
  }
  a {
    border-bottom: none !important;
    color: #000000 !important;
  }
  header,
  #mwMenuBar,
  button,
  [data-drupal-admin-styles] {
    display: none;
  }
  footer .grid {
    display: flex;
    background: rgb(232, 153, 219);
  }
  footer .grid > * {
    flex: 1;
  }
  footer .grid #bottom-b {
    display: none;
  }
  [data-drupal-admin-styles] {
    display: none !important;
  }
  [data-drupal-admin-styles], [data-drupal-admin-styles] * {
    background: black !important;
  }
}

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