.searchsuggest-box {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.searchsuggest-box li {
  padding: 10px;
  cursor: pointer;
}

.searchsuggest-box li:hover {
  background: #f2f2f2;
}
