.hce-search-container { margin:20px 0; font-family: Arial, sans-serif; }
.hce-search-form input { padding:8px; margin-right:5px; border:1px solid #ccc; border-radius:4px; width:200px; }
#hce_search_btn { background-color:green; color:#fff; border:none; padding:8px 12px; border-radius:4px; cursor:pointer; }
#hce_search_btn:hover { background-color:darkgreen; }
.hce-results-table { width:100%; border-collapse: collapse; margin-top:20px; }
.hce-results-table th, .hce-results-table td { border:1px solid #ccc; padding:8px; text-align:left; }
.hce-results-table th { background-color:green; color:#fff; }
.hce-results-table tr:hover { background-color:#e0ffe0; }
.suggestions-box { border:1px solid #ccc; max-height:150px; overflow-y:auto; position:absolute; background:#fff; z-index:1000; display:none; }
.suggestion-item { padding:5px; cursor:pointer; }
.suggestion-item:hover { background-color:#e0ffe0; }
