  #map02 {
  height: 420px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(240, 192, 0, 0.35);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 0;
}

.leaflet-popup-content-wrapper {
  background: #ffffff;
  color: #111111;
  border: 1px solid rgba(240, 192, 0, 0.4);
  border-radius: 12px;
  font-family: Inter, sans-serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.leaflet-popup-content-wrapper b {
  color: #000000;
}
.leaflet-popup-tip {
  background: #ffffff;
}
.leaflet-popup-content {
  font-size: 14px;
  line-height: 1.6;
}

.leaflet-control-zoom a {
  background: #ffffff !important;
  color: #555 !important;
  border: 1px solid rgba(240, 192, 0, 0.4) !important;
}
.leaflet-control-zoom a:hover {
  background: #f0c000 !important;
  color: #000 !important;
}

.leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.8) !important;
  font-size: 11px;
  border-radius: 6px 0 0 0;
}