@media print {
  html, body {
    background: #fff !important;
    color: #000 !important;
  }

  body, body * {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    color: #000 !important;
    text-decoration: underline;
  }

  h1, h2, h3, h4, strong, p, li, span, div {
    color: #000 !important;
  }

  footer, header {
    border-color: #ccc !important;
  }

  svg text, svg [fill] {
    fill: #000 !important;
  }

  li::marker {
    color: #000 !important;
  }

  img {
    opacity: 1 !important;
    filter: none !important;
  }

  .back,
  #__bundler_loading,
  #__bundler_thumbnail {
    display: none !important;
  }
}
