#map {
  height: 600px;
  width: 100%;
}
.leaflet-popup-content-wrapper {
  border-radius: 8px;
}

.leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.leaflet-popup-content {
  margin: 15px;
  line-height: 1.6;
}
.leaflet-popup-content h3 {
  margin: 0 0 10px;
  font-weight: 600;
  color: #333;
}
.leaflet-popup-content p {
  margin: 5px 0;
}
.leaflet-popup-content .links a {
  display: block;
  margin-top: 8px;
  text-decoration: none;
  color: #0072bb;
  font-weight: bold;
}
.leaflet-popup-content .links a:hover {
  text-decoration: underline;
}


.custom-marker-container {
  position: relative;
  width: 45px;
  height: 72px;
}
.jabnet-logo-on-pin {
  position: absolute;
  width: 10px; 
  height: 10px;
  /* Posisi di tengah pin SVG */
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: white;
  padding: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  object-fit: contain;
}
