/* Loaded after digested marketing.css so these win the cascade.
   Leaflet panes/controls use z-index up to ~1000; app chrome uses ~9999. */
.marketing-nav__overlay {
  z-index: 10040 !important;
}

.marketing-nav__mobile-menu {
  z-index: 10050 !important;
}

/* Keep the live map (and its Leaflet panes) under the mobile drawer. */
.live-leads__map-panel,
.live-leads__map,
.live-leads__map .leaflet-container {
  position: relative;
  z-index: 0 !important;
  isolation: isolate;
}

body.marketing-nav-open .live-leads__map-panel,
body.marketing-nav-open .live-leads__map,
body.marketing-nav-open .live-leads__map .leaflet-container,
body.marketing-nav-open .live-leads__map .leaflet-pane,
body.marketing-nav-open .live-leads__map .leaflet-top,
body.marketing-nav-open .live-leads__map .leaflet-bottom,
body.marketing-nav-open .live-leads__map .leaflet-control {
  z-index: 0 !important;
}
