.vl-link {
  text-decoration: none;

  &:hover,
  &:focus {
    text-decoration: underline;
  }

  &--alt {
    color: $vl-sub-text-color;
  }
}

.vl-u-link-block a {
  margin-bottom: 1rem;
}

.vl-link__icon {
  &--green {
    color: $vl-validation-green;
    margin-right: 5px;
  }
}
