    .t887__text a, .text-link a {
        text-decoration-line: underline !important;
        text-decoration-style: solid !important;
        text-decoration-thickness: 1px !important;
        text-underline-offset: .3em !important;
        text-decoration-color: hsla(0, 0%, 6%, 0.1) !important;
        transition: all .1s ease !important;
    }
    .t887__text:hover a,.text-link:hover a {
        text-decoration-color: hsl(0, 0%, 6%) !important;
    }
    .text-link-pink a {
        text-decoration-line: underline !important;
        text-decoration-style: solid !important;
        text-decoration-thickness: 1px !important;
        text-underline-offset: .3em !important;
        text-decoration-color: hsla(297, 100%, 66%, 0.5) !important;
        transition: all .1s ease !important;
    }
    .text-link-pink:hover a {
        text-decoration-color: hsl(297, 100%, 66%) !important;
    }
    .text-link-blue a {
        text-decoration-line: underline !important;
        text-decoration-style: solid !important;
        text-decoration-thickness: 1px !important;
        text-underline-offset: .3em !important;
        text-decoration-color: hsla(207, 100%, 61%, 0.5) !important;
        transition: all .1s ease !important;
    }
    .text-link-blue:hover a {
        text-decoration-color: hsl(207, 100%, 61%) !important;
    }
