/* File: smart-search.css */
.smart-search-widget {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}
.smart-search-widget input[type="text"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}
.smart-search-widget select {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}
#smart-search-results ul {
    list-style: none;
    padding-left: 0;
}
#smart-search-results li {
    padding: 3px 0;
}
#smart-search-results li a {
    text-decoration: none;
    color: #0073aa;
}
#smart-search-results li a:hover {
    text-decoration: underline;
}
