/* District boundary map popup overrides */
.district-map-popup .maplibregl-popup-content {
  max-width: 220px;
}

.district-map-popup .maplibregl-popup-content strong {
  display: block;
  margin-bottom: 2px;
  color: #008080;
}

.district-map-popup .maplibregl-popup-content .popup-stats {
  color: #6b7280;
  font-size: 0.75rem;
}
