#map-container {
  position: relative;
  width: 100%;
}

#map {
  height: 1100px;
}

#map-controls {
  position: absolute;
  top: 10px;
  z-index: 10;
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

#map-controls button {
  background-color: white;
  border: 2px solid white;
  border-radius: 3px;
  padding: 6px 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
  cursor: pointer;
  white-space: nowrap;
}
