// styles text decoration
.text-no-decoration,
.link-text,
.link-text:hover,
.link-text:active {
  color: inherit;
  text-decoration: none !important;
}

.text-underline {
  text-decoration: underline !important;
}