
[class*="wd-underline"] u {
	text-decoration: none;
}

[class*="wd-underline-colored"] u {
	color: var(--wd-primary-color);
}

.wd-underline-colored-alt u {
	font-family: var(--wd-alternative-font);
	font-style: var(--wd-alternative-font-style);
}

.wd-underline-bordered u {
	text-decoration: underline 3px solid var(--wd-primary-color);
	text-underline-offset: .25em;
}

.wd-underline-gradient u {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: currentColor;
}
