.locationsearch-autocomplete .js input.form-autocomplete {
  background-image: none;
}

.locationsearch-autocomplete .auto-results-wrapper ul {
  margin: 0;
  padding: 0;
}

.locationsearch-autocomplete .auto-results-wrapper li {
  list-style-type: none;
  padding: .5rem;
  position: relative;
}

.locationsearch-autocomplete .auto-results-wrapper .search-api-autocomplete-suggestion {
  cursor: pointer;
  padding: 3px 5px;
  position: relative;
}

.locationsearch-autocomplete .auto-results-wrapper .autocomplete-suggestion-user-input {
  font-weight: 700;
}

.locationsearch-autocomplete .auto-is-loading::after {
  top: 27px;
}

.locationsearch-autocomplete .auto-clear {
  bottom: 0;
  right: 2px;
  margin-bottom: 2px;
  background-color: rgb(250, 240, 232);
}

.locationsearch-autocomplete .ui-menu-item {
  color: #005662;
}
.locationsearch-autocomplete .ui-menu-item.auto-selected {
  background: #DCDCDC;
}
