.nw-footer-links-content {
  &::after {
    content: "|";
    position: relative;
  }

  &:last-child {
    &::after {
      content: "";
    }
  }
}

.nw-footer-links-content-link {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  font-size: $font-size-xs;
  line-height: 30px;
  color: $default-color;
  text-decoration: none;
}

@media screen and (min-width: $screen-min-sm) {
  .nw-footer-links-content-link {
    &:hover {
      color: $color-primary;
    }
  }
}
