/* Baseline styling for the interactive situatiekaart (svg_map block).
   Ships a sensible height so the map works out-of-the-box on any site; sites
   may override `.cms-leaflet-map` / `#locatiekaart` in their own stylesheet. */
.cms-leaflet-map {
  height: 70vh;
  min-height: 360px;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
}
.cms-leaflet-map .leaflet-control-attribution {
  font-size: 10px;
}
.cms-leaflet-map .leaflet-control-attribution svg {
  display: none !important;
}
