.ui-ribbon {
  position: absolute;
  top: 15px;
  left: -28px;

  width: 114px;
  height: 27px;

  background-color: ui-color(orange-darkest);
  transform: rotate(-45deg);

  &--multiline {
    position: absolute;
    top: 15px;
    left: -43px;

    width: 155px;
    height: 37px;

    transform: rotate(-45deg);
  }

  &__text {
    position: absolute;
    top: 50%;
    left: 50%;

    color: ui-color(charcoal-ink-lightest);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;

    transform: translate(-50%, -50%);
  }
}
