
.hover-test[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s linear !important;
    border: 0 !important;
    /* цвет ссылки до наведения */
    color: #000 !important;

}

.hover-test[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #4A47FF !important;
    /* толщина и цвет подчеркивания после наведения */
 
}
</style>