/* Provider filters: clarity + hierarchy (Bootstrap-friendly) */
.filter-group {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255,255,255,.65);
  box-shadow: 0 6px 18px rgba(13,110,253,.06);
}

.filter-group__title {
  font-weight: 600;
  font-size: 0.95rem;
  color: rgba(0,0,0,.65);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-group__row + .filter-group__row {
  margin-top: 12px;
}

/* Chips: a bit smaller + pill look */
#svcChips .svc-chip,
#serviceChips .service-chip,
#regGroupChips .service-chip {
  border-radius: 999px;
  font-size: 0.9rem;
  padding: 0.55rem 0.85rem;
}

/* Chip remove button: keep compact */
#svcChips .svc-chip-remove,
#serviceChips .service-chip-remove,
#regGroupChips .service-chip-remove {
  line-height: 1;
  padding: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
}

/* Improve spacing under helper text */
.form-text {
  margin-top: 0.35rem;
}

/* Make the advanced accordion feel secondary */
#registeredOptionsAccordion .accordion-button {
  background: rgba(13,110,253,.06);
  border-radius: 12px;
}
