.city-link {
        transition: color 0.2s ease, background 0.2s ease;
    }

    .city-link:hover {
        color: inherit !important;
    }
