.uc-link-hover-effect:hover {
    color: red; /* Ссылка станет красной */
    text-decoration: underline; /* Добавляется подчеркивание */
    transition: all 0.3s ease; /* Плавный переход */
}