#rpc-result-container {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}

#rpc-clear-results {
    cursor: pointer;
}

#rpc-autocomplete-results .rpc-autocomplete-result {
    padding: 10px;
    cursor: pointer;
    background-color: #f8f9fa; /* Couleur de fond pour les résultats */
    margin-bottom: 5px;
    border-radius: 3px;
}

#rpc-autocomplete-results .rpc-autocomplete-result:hover {
    background-color: #e2e6ea; /* Couleur au survol */
}
