/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2025 | 14:41:45 */
/* Default suggestions */
.ehas-v3-search-input-container 
.ui-autocomplete.ehas-v3-autocomplete-suggestions 
.ehas-v3-suggestions-content {
  background: #fff!important;
  color:#2e605c!important;
}

/* Hover state for each suggestion */
.ehas-v3-search-input-container 
.ui-autocomplete.ehas-v3-autocomplete-suggestions 
.ehas-v3-suggestions-content .ui-menu-item > div:hover {
  background:#2e605c!important;
  color: #fff!important;
}


