#list_loading {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
}

.result-count:not(:empty) {
  margin-top: 1em;
  margin-bottom: 1.5rem;
}

.result-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.result-entry {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.result-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}

.result-link {
  text-decoration: underline;
}

.result-text {
  line-height: 1.5;
}

.search-retry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.35rem 0.85rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.search-retry:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
