.agmlgm-map {
  width: 100%;
  min-height: 300px;
}

/*
 * Leaflet ships z-index values in the 400-1000 range, which sits above
 * Elementor sticky headers, popups and menus. Contain the whole map in a
 * single stacking context so it stays where the page layout puts it.
 */
.agmlgm-map.leaflet-container {
  isolation: isolate;
  z-index: 0;
}

.agmlgm-placeholder {
  padding: 20px;
  border: 1px dashed currentColor;
  opacity: 0.6;
  text-align: center;
}
