.filter-group-circles {
  align-items: center !important;
  display: flex;
  background-color: rgba(245, 245, 245, 0.9);
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.circle-marker-label {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #666;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

/* Override default tooltip styles */
.leaflet-tooltip-top.circle-marker-label::before {
  border-top-color: rgba(255, 255, 255, 0.7);
}
