.search-results {
  max-height: 30vh;
  overflow: auto;
  margin-top: 1rem;
}

.search-results li {
  cursor: pointer;
  font-size: 0.8rem;
  padding-bottom: 1rem;
}

.search-results li small {
  position: absolute;
  bottom: 0;
  right: 0.5rem;
}

.search-results li:hover {
  color: white;
  background-color: var(--color-primary);
}

.search-results li.selected {
  color: white;
  background-color: var(--color-primary);
}
