/* =========================
   SEBARAN INKUBATOR
========================= */
.sebaran-section{
  padding: 32px 24px 24px;
  background: #ffffff;
}

.sebaran-shell{
  max-width: 1280px;
  margin: 0 auto;
}

.sebaran-title{
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800;
  color: #212121;
  text-align: center;
  margin-bottom: 4px; /* default biasanya 12px */
}


.sebaran-subtitle{
  text-align: center;
  color: #64748b;
  max-width: 48rem;
  margin: 0 auto 1rem; /* dari 3rem → 1rem */
  line-height: 1.7;
}

.sebaran-map-wrap{
  height: 600px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  background: #fff;
}

#mapSebaran{
  width: 100%;
  height: 100%;
}

/* Leaflet safety: jangan ganggu navbar/overlay */
.leaflet-container{
  position: relative !important;
  z-index: 1 !important;
}
.leaflet-control,
.leaflet-pane,
.leaflet-top,
.leaflet-bottom{
  z-index: 2 !important;
}
.leaflet-popup{
  z-index: 999 !important;
}

.sipensi-popup{
  min-width: 160px;
}

.sipensi-popup .popup-title{
  font-weight: 800;
  margin-bottom: 2px;
  color: #1f2937;
}

.sipensi-popup .popup-count{
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 8px;
}

.sipensi-popup .popup-link{
  display: inline-block;
  font-weight: 800;
  font-size: 13px;
  color: #22466C;
  text-decoration: none;
}

.sipensi-popup .popup-link:hover{
  text-decoration: underline;
}
