.ux-autosuggest-item {
  font-family: Frutiger-Light, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-weight: 400;
  background-color: #fff;
  border-bottom: solid 1px #c4c4c4;
  color: #393939;
  display: flex;
}
.ux-autosuggest-item__image {
  background-color: #e7e7e7;
  background-size: cover;
  height: 75px;
  width: 75px;
}
.ux-autosuggest-item__text-container {
  padding: 15px;
}
.ux-autosuggest-item--slim .ux-autosuggest-item__text-container {
  padding: 5px 15px;
}
.ux-autosuggest-item--slim:hover {
  background-color: #e7e7e7;
}
.ux-autosuggest-item--slim {
  border-bottom: solid 1px #e7e7e7;
}
.ux-autosuggest-item__highlight {
  color: #bbd03a;
}
.ux-autosuggest-item__subline {
  text-transform: uppercase;
}