
.list-kecamatan {
  column-count: 2;       /* bagi 2 kolom */
  column-gap: 20px;
  min-width: 320px;
  padding: 10px;
}

.list-kecamatan li {
  break-inside: avoid;
}

/* Biar "Semua Kecamatan" full-width dan center */
.list-kecamatan .all-kecamatan {
  column-span: all;
  text-align: center;
  margin-bottom: 10px;
}


.dropdown-menu .dropdown-item.active {
  font-weight: bold;
  color: #fff;
  background-color: #198754; /* hijau bootstrap */
}




