<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BWCMSINT-188: Backport automatic link-icons from relaunch-2019 */
.well .link-pdf &gt; a,
.well .link-download &gt; a,
.well .link-external &gt; a,
.well .p-icon-email &gt; .p-icon-email,
.well .link-external &gt; .link-external,
.well .link-download &gt; .link-download{
    background-image: none !important;
    padding-left: 0 !important;
}

.well h1 a.link::before,
.well h2 a.link::before,
.well h3 a.link::before,
.well h1 p.link::before,
.well h2 p.link::before,
.well h3 p.link::before {
    margin-bottom: 4px;
}

/* Fax- and Tel-Links can be placed within or outside a regular link. This rule prevents 2 box-shadows from displaying. */
.p-icon-fax &gt; .link,
.p-icon-phone &gt; .link,
.v-m-wm .link[href^="tel:"]:not(.p-icon-fax):not(.p-icon-phone) {
    box-shadow: none !important;
}</pre></body></html>