.map-container {
  width: 100%;
  max-width: 1200px;
  height: 50vh;

  overflow: hidden;
  margin:  auto 0 auto;
}

#map {
  height: 100%;
  width: 100%;
  background-color: #2a2a2a;
  background-color: #2a2a2a;
  display: flex;
  align-items: center;
  z-index: 0;
}

.leaflet-popup-content-wrapper {
  background: #333;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.leaflet-popup-content {
  margin: 15px 20px;
  font-size: 14px;
  line-height: 1.5;
}

.leaflet-popup-content h3 {
  margin: 0 0 5px 0;
  color: #ffffff;
  font-size: 16px;
}

.leaflet-popup-content p {
  margin: 0;
  color: #ccc;
}

.leaflet-popup-tip {
  background: #333;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 1.2rem !important;
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #555 !important;
}

.leaflet-control-zoom-in:hover,
.leaflet-control-zoom-out:hover {
  background-color: #444 !important;
}