@charset "UTF-8";
/*———— -Libraries- ————*/
/*———— -Settings- ————*/
.cu-autosuggest-results {
  position: absolute;
  left: 20px;
  top: calc(100% + 4px);
  max-width: 300px;
  display: flex;
  flex-direction: column;
  border: 2px solid #c9d1d1;
}
.cu-autosuggest-results li {
  background-color: #fff;
  cursor: pointer;
  padding: 10px 18px;
}
.cu-autosuggest-results li:not(:last-child) {
  border-bottom: 1px solid #c9d1d1;
}
.cu-autosuggest-results li:hover, .cu-autosuggest-results li:focus, .cu-autosuggest-results li.active {
  color: #2c8ebf;
}
/*# sourceMappingURL=main.bundle.1.0.0.css.map */
