.vt-customer-map-shell {
  border: 1px solid rgba(24, 25, 27, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(24, 25, 27, 0.12);
  margin-top: 1.5rem;
  min-height: 480px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.vt-customer-map {
  background: #ece8e1;
  height: clamp(480px, 70vh, 720px);
  position: relative;
  width: 100%;
  z-index: 0;
}

.vt-customer-map img,
.vt-customer-map svg {
  height: auto;
  margin: 0 !important;
  max-width: none !important;
}

.vt-customer-map .leaflet-tile,
.vt-customer-map .leaflet-marker-icon,
.vt-customer-map .leaflet-marker-shadow {
  margin: 0 !important;
}

.vt-customer-map-empty {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 25, 27, 0.14);
  border-radius: 6px;
  color: var(--vt-muted);
  font-weight: 700;
  left: 50%;
  padding: 0.85rem 1rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vt-customer-map .leaflet-control-attribution {
  font-size: 0.7rem;
}

.vt-customer-map .leaflet-marker-icon {
  cursor: default;
}

@media (max-width: 640px) {
  .vt-customer-map {
    height: 520px;
  }
}
