/**
 * WMS — global länkstil: ingen understrykning.
 * Opt-in vid undantag: klassen .wms-allow-link-underline
 */

a:not(.wms-allow-link-underline),
a:not(.wms-allow-link-underline):hover,
a:not(.wms-allow-link-underline):focus,
a:not(.wms-allow-link-underline):focus-visible,
a:not(.wms-allow-link-underline):active,
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:focus-visible,
.btn-link:active,
.text-decoration-underline,
.text-decoration-underline:hover,
.text-decoration-underline:focus {
    text-decoration: none !important;
}
