/* Mariwork's site-wide link rule: links never use an underline in any state. */
a,
a:link,
a:visited,
a:hover,
a:focus,
a:focus-visible,
a:active,
a::before,
a::after {
	text-decoration: none !important;
	text-decoration-line: none !important;
}

a :where(:not(del):not(s)) {
	text-decoration: none !important;
	text-decoration-line: none !important;
}
