.haendlerkarte-wrapper {
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.haendlerkarte-suche {
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
}

.haendlerkarte-suche input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  font-size: 15px;
}

.haendlerkarte-suche input:focus {
  outline: none;
  border-color: #2563a8;
  box-shadow: 0 0 0 2px rgba(37, 99, 168, 0.15);
}

#haendlerkarte-map {
  width: 100%;
  height: 480px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  z-index: 0;
}

/* Adresskarte unterhalb der Karte */
.haendlerkarte-details {
  margin-top: 16px;
  padding: 20px;
  background: #f7f8fa;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-height: 90px;
}

.haendlerkarte-details.leer {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a8f98;
  font-size: 14px;
}

.haendlerkarte-details h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #1a1a1a;
}

.haendlerkarte-details p {
  margin: 2px 0;
  font-size: 14.5px;
  color: #333;
  line-height: 1.5;
}

.haendlerkarte-details a {
  color: #2563a8;
  text-decoration: none;
}

.haendlerkarte-details a:hover {
  text-decoration: underline;
}

/* Leaflet Popup leicht anpassen */
.leaflet-popup-content {
  font-size: 14px;
}

.haendlerkarte-popup-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 10px;
  background: #2563a8;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  border: none;
}

.haendlerkarte-popup-btn:hover {
  background: #1d4d84;
}
