.elementor-2066 .elementor-element.elementor-element-fd934da{--display:flex;}/* Start custom CSS *//* Karte ausblenden (falls noch sichtbar) */
#wcfmmp-stores-map {
  display: none !important;
}

/* Etwas Abstand und schlanker Look */
.wcfmmp-store-wrap {
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Verkäuferbild kleiner & rund */
.wcfmmp-store-wrap .store-thumbnail img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

/* Name hervorgehoben */
.wcfmmp-store-wrap .store-name a {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

/* Button oder Adresse kleiner darstellen */
.wcfmmp-store-wrap .store-footer,
.wcfmmp-store-wrap .wcfmmp_store_address {
  font-size: 14px;
  color: #666;
}


/* Karte auf der Verkäuferseite komplett ausblenden */
#wcfmmp-stores-map,
.wcfmmp-stores-map,
div[id*="map"],
.wcfmmp_store_map,
.map-container {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */