
.city-info-widget {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.nearest-city-item {
    background: white;
    transition: all 0.2s ease;
}

.nearest-city-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.badge {
    background-color: #333 ;
}
