[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 {
  border-bottom: 3px solid var(--wd-primary-color);
}
