/* Print */
@media print {
  .site-header,
  .site-footer,
  #iwz-hero {
    display: none !important;
  }

  .separate-containers .inside-article {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 0 !important;
  }

  #iwz-hero {
    align-items: center;
    background: none !important;
    display: block !important;
    padding: 0 !important;
  }

  #iwz-hero h1 {
    color: var(--contrast) !important;
    font-size: 2.25rem !important;
    padding: 2rem 0 1rem !important;
  }

  .leaflet-map {
    height: 320px !important;
    min-height: 320px !important;
    max-height: 320px !important;
    width: 640px !important;
  }
}
