#suggestionsList {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ddd;
  display: none;
  cursor: pointer;
  margin-top: 3rem;
}

#suggestionsList li {
  padding: 8px 10px;
  background: white;
}

#suggestionsList li:hover {
  background: #f1f1f1;
}
