/* Quitar botón "Obtener del mapa" */
.btn.map.btn-with-image.custom {
  display: none !important;
}

/* Ocultar cualquier mapa Leaflet (OpenStreetMap) */
div.leaflet-container,
div.leaflet-pane,
div.leaflet-map-pane,
div.leaflet-tile-pane,
div.leaflet-control-container {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
}

/* Ocultar el contenedor del mapa entero */
#map,
.map,
.sb-location-map,
div[id*="map"],
section[id*="map"] {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
}

