.header {
  border-bottom: 1px solid $c-border;
  position: relative;
}

.words, .characters {
  @include sp($fontsize: eta, $font: $headingtype, $lineheight: 1, $below: 1, $breakpoint: all);
  font-weight: map-get($headingtype, semibold);
  font-family: map-get($headingtype, font-family);
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: map-get($z-index, overlay);
  position: absolute;
  right: 16px;
  top: 0;

  span {
    color: $c-links;
  }

  .counter {
    color: #000;
  }
}

.words + .characters { top: 22px; }

.mr10 {
  margin-right: 10px;
}
