.uc-link-hover a {
    text-decoration:underline !important;
    transition: color 0.3s ease-in-out;
}

.uc-link-hover a:hover {
    color: red !important;
    transition: color 0.3s ease-in-out;
}