#suggestions {
    display: none;
    padding: 0;
    margin: 0;
    background-color: #fff; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#suggestions .city-list-group {
    list-style-type: none;
    padding: 10px; 
    cursor: pointer;
}
#suggestions .city-list-group:hover {
    background-color: #f8f8f8; 
}

