.root
  color: $UI.colors.mainText
  text-decoration underline

  &.primary
    color: $UI.colors.primary
    text-decoration-color @color

  &.block
    display flex
    text-decoration none
