/* 	--------------------------------------------------

	WCAG related CSS updates go here
    -------------------------------------------------- */

a.underline-link, btn.underline-link {
    text-decoration: underline !important;
    text-underline-offset: 0.18em !important;
    text-decoration-thickness: 1px !important;
    text-decoration-skip-ink: auto !important;
}

    a.underline-link:focus {
        outline: 2px solid #0d6efd !important;
        outline-offset: 2px !important;
        text-underline-offset: 0.18em !important;
        text-decoration-thickness: 1px !important;
        text-decoration-skip-ink: auto !important;
    }
