.search-autocomplete {
  position: absolute;
  z-index: 1080;
  max-height: 20rem;
  overflow-y: auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.search-autocomplete .list-group-item {
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  white-space: nowrap;
}

.search-autocomplete .search-autocomplete-primary {
  flex: 0 0 auto;
  font-family: var(--bs-font-monospace, monospace);
}

.search-autocomplete .search-autocomplete-secondary {
  margin-left: 1rem;
  font-size: 0.85em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
