#citySuggestions .suggestion {
    cursor: pointer;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 4px;
    background-color: #f9f9f9;
}

#citySuggestions .suggestion:hover {
    background-color: #e9ecef;
}
