/* Grid Adjustments */
.city-item {
    transition: all 0.3s ease;
}

.city-item:hover {
    background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
    border-color: #3b82f6;
}
