/* Theme2 Home: Minimap nutzt verfügbare Höhe wie .dl-card__image (gleiche Höhe wie Dish-Bild) */

.dl-card__media .leaflet-map-container,
.dl-card__media .home-restaurant-minimap,
.dl-card__media .home-dish-minimap {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 120px;
  overflow: hidden;
  border-radius: var(--dl-radius-sm, 10px);
}
