.ga-native-search {
  --ga-search-border: #d5ddd5;
  --ga-search-muted: #5f6b62;
  background: #f7f9f6;
  min-height: 60vh;
}

.ga-search-shell {
  max-width: 62rem;
}

.ga-search-field {
  min-height: 48px;
}

.ga-search-autocomplete {
  position: relative;
}

.ga-search-listbox {
  position: absolute;
  z-index: 1080;
  top: calc(100% + .35rem);
  left: 0;
  right: 0;
  max-height: min(70vh, 30rem);
  overflow-y: auto;
  padding: .35rem;
  margin: 0;
  list-style: none;
  color: #17211a;
  background: #fff;
  border: 1px solid var(--ga-search-border);
  border-radius: .5rem;
  box-shadow: 0 .75rem 2rem rgba(15, 35, 20, .18);
}

.ga-search-listbox[hidden] {
  display: none;
}

.ga-search-suggestion-link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  min-height: 44px;
  padding: .65rem .75rem;
  color: #17211a;
  text-decoration: none;
  border-radius: .35rem;
}

.ga-search-suggestion {
  cursor: pointer;
}

.ga-search-suggestion[aria-selected="true"] .ga-search-suggestion-link,
.ga-search-suggestion:hover .ga-search-suggestion-link {
  color: #0c3d20;
  background: #e8f3eb;
  outline: 2px solid #1f6b38;
  outline-offset: -2px;
}

.ga-search-suggestion-title {
  font-weight: 700;
}

.ga-search-suggestion-type {
  color: var(--ga-search-muted);
  font-size: .8rem;
  white-space: nowrap;
}

.ga-search-view-all {
  border-top: 1px solid var(--ga-search-border);
  margin-top: .25rem;
  padding-top: .25rem;
  font-weight: 700;
}

.ga-search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.ga-search-result {
  position: relative;
  padding: 1.15rem;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid var(--ga-search-border);
  border-radius: .65rem;
  box-shadow: 0 .2rem .8rem rgba(15, 35, 20, .06);
}

.ga-search-result:focus-within {
  outline: 3px solid rgba(31, 107, 56, .35);
  outline-offset: 2px;
}

.ga-search-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: .45rem;
  color: var(--ga-search-muted);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.ga-search-result-category::before {
  content: "•";
  margin-right: .4rem;
}

.ga-search-result-title {
  margin-bottom: .45rem;
}

.ga-search-result-title a {
  color: #174f2a;
}

.ga-search-result-description {
  color: #33443a;
  margin-bottom: .6rem;
}

.ga-search-result-destination {
  color: var(--ga-search-muted);
  font-size: .85rem;
  overflow-wrap: anywhere;
}

.ga-search-no-results {
  padding: 1.25rem;
  background: #fff;
  border-left: .3rem solid #bf3b34;
}

@media (max-width: 575.98px) {
  .ga-search-suggestion-link {
    align-items: flex-start;
    flex-direction: column;
    gap: .15rem;
  }

  .ga-search-result {
    padding: 1rem;
  }

  .ga-search-filters .btn {
    min-height: 44px;
  }
}
