.marker {
  position: relative;
  background-image: url("/img/logos/marker.png"); /* Adjust if needed */
  background-size: cover;
  width: 30px;
  height: 50px;
}

.marker-label {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  text-align: center;
  color: #111;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#lsd-button-overlay {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

#map-container {
  position: relative;
  width: 90%;
  height: 60vh;
  margin: auto;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#lsd-button-overlay {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.floating-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  padding: 15px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 999;
  text-align: center;
}
