.footer-copyline {
  @extend .typo-14;
  color: $footer-text-color;

  a {
    color: $footer-text-color;
    text-decoration: none;
    padding: 0 4px;

    &:first-child {
      padding-left: 0;
    }

    &:not(:last-of-type) {
      border-right: 1px solid $footer-copyline-color;
      line-height: 14px;
    }

    &:last-of-type {
      margin-right: 16px;
      padding-right: 0;
    }
  }
}

.footer-copyline-top-container {
  display: flex;
  align-items: flex-end;
  height: 145px;
}

.footer-copyline-bottom {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
  height: inherit;
  padding-top: 3px;
  padding-bottom: 3px;

  @include media-breakpoint-down(md) {
    justify-content: center;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
