.search-advanced-container {
  width: 100%;
}

#search-advanced-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  margin-top: 4px;
  list-style: none;
  padding: 0;
  max-height: 250px;
  overflow-y: auto;
  z-index: 10;
  
}

#search-advanced-results li {
  padding: 8px 10px;
  cursor: pointer;
      text-align: left;
}

#search-advanced-results li:hover {
  background: #f0f0f0;
}
