/* BWCMSINT-188: Backport automatic link-icons from relaunch-2019 */
.well .link-pdf > a,
.well .link-download > a,
.well .link-external > a,
.well .p-icon-email > .p-icon-email,
.well .link-external > .link-external,
.well .link-download > .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 > .link,
.p-icon-phone > .link,
.v-m-wm .link[href^="tel:"]:not(.p-icon-fax):not(.p-icon-phone) {
    box-shadow: none !important;
}