.search-history {
  position: absolute;
  background: #fff;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.search-history.hidden {
  display: none;
}

.search-history div {
  padding: 8px 12px;
  cursor: pointer;
}

.search-history div:hover {
  background: #f1f1f1;
}
