.autocomplete-suggestions {
  position: absolute;
  background: #fff;
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
}
.autocomplete-suggestions div {
  padding: 6px 12px;
  cursor: pointer;
}
.autocomplete-suggestions div:hover {
  background: #ffeb98;
}
.autocomplete-parent {
  position: relative;
}
