.vl-content-footer {
  padding: 0;
  height: 180px;
  color: $vl-shade-dark;
  border-top: 0.1rem $vl-shade-border solid;
  border-bottom: 0.1rem $vl-shade-border solid;

  &__wrapper {
    height: 100%;

    i {
      margin-right: 5px;
    }

    span:not(:last-of-type)::after {
      content: "-";
      margin: 0 2px 0 5px;
    }
  }
}
