.dependent-district {
  position: relative;
}

.dependent-district__input-wrap {
  display: flex;
  gap: 0.5rem;
}

.dependent-district__search {
  background-color: var(--bs-body-bg, #fff);
  border: 1px solid var(--bs-border-color, #ced4da);
  border-radius: 0.375rem;
  color: inherit;
  min-height: 2.375rem;
  padding: 0.375rem 0.75rem;
  width: 100%;
}

.dependent-district__clear {
  background: transparent;
  border: 0;
  color: inherit;
  text-decoration: underline;
}

.dependent-district__hint {
  margin: 0.35rem 0 0;
}

.dependent-district__results {
  background: var(--bs-body-bg, #fff);
  border: 1px solid var(--bs-border-color, #ced4da);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  left: 0;
  list-style: none;
  margin: 0.25rem 0 0;
  max-height: 15rem;
  overflow-y: auto;
  padding: 0.25rem;
  position: absolute;
  right: 0;
  z-index: 1000;
}

.dependent-district__option {
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
}

.dependent-district__option:hover,
.dependent-district__option[aria-selected="true"] {
  background: var(--bs-secondary-bg, #e9ecef);
}
