/* Estilos para a lista de resultados suspensos */
#search-results a {
    text-decoration: none;
    color: inherit;
}

#search-results a:hover {
    text-decoration: underline;
    color: #007bff;
}

#search-results li {
    padding: 10px;
    cursor: pointer;
}

#search-results li:hover {
    background-color: #f0f0f0;
}
