.list__autocomplete {
  position: absolute;
  display: none;
  max-height: 200px;
  width: 100%;
  font-size: 0.85rem;
  overflow: auto;
  border: 1px dotted #ccc;
  background-color: #fff;
  text-align: left;
  z-index: 999;
}

.list__autocomplete ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list__autocomplete ul li {
  padding: 0.5rem;
  cursor: pointer;
}

.list__autocomplete ul li:hover {
  background: #eee;
}
