
/* Ссылки без подчеркивания */
.t-text a,
.t544__text a {
    text-decoration: none !important;
    border-bottom: none !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* Подчеркивание только при наведении */
.t-text a:hover,
.t544__text a:hover {
    text-decoration: underline !important;
    text-underline-offset: .15em;
    text-decoration-thickness: 1px;
}
</style>