.he-filter-bar {
  font-size: 0.85rem;
}

.he-filter-count {
  color: var(--bs-secondary-color);
}

.he-filter-dropdown {
  max-height: 320px;
  overflow-y: auto;
  min-width: 220px;
}

.he-filter-dropdown label {
  cursor: pointer;
  border-radius: 4px;
}

.he-filter-dropdown label:hover {
  background-color: var(--bs-tertiary-bg);
}

.he-continent-header {
  pointer-events: none;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}

.he-continent-header:first-child {
  margin-top: 0;
}

.he-color-swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
