.ui-c-link {
  font-size: var(--body-0);
  color: var(--link-text);
  text-decoration: none;
  cursor: pointer;

  &:hover {
    text-decoration: underline;
  }

  &:active {
    color: var(--link-text);
  }
}

.ui-c-link--no-hover {
  &:hover {
    text-decoration: none;
  }
}
