
.nw-promo-block {
  position: relative;
  display: flex;
  margin-bottom: 2px;
}

.nw-promo-title {
  border: 0;
  padding: 0;
  font-size: $font-size-xxs;

  &.nwc-contentloader {
    margin-top: 20px;
    width: 70%;
  }
}

.nw-promo-list {
  display: inline-block;

  &.nwc-contentloader {
    margin-top: 10px;
    border: 0;
  }
}

.nw-promo-item {
  margin-bottom: 15px;
  font-size: $font-size-xxs;
  line-height: 22px;
}

.nw-promo-name {
  padding-right: 10px;
}

.nw-promo-id {
  border: 2px dashed $promotionblock-promo-id-bordercolor;
  padding: 5px 7px;
  background: $white;
  cursor: pointer;
  font-weight: 600;
}

.nw-promo-offer {
  position: relative;
  display: inline-block;
}

.nw-promo-tc {
  margin-left: 7px;
  cursor: pointer;
  font-size: $font-size-xxs;
  font-weight: 600;
  color: $tooltip-default-color;
  user-select: none;
}

.nw-promo-hover {
  position: absolute;
  z-index: 1;
  left: -40px;
  display: none;
  margin-top: 10px;
  border-radius: 3px;
  width: 105px;
  padding: 7px;
  background: $default-color;
  font-size: $font-size-xxs;
  font-weight: 600;
  line-height: 1.5;
  color: $white;
}

.nw-promo-terms {
  position: relative;
  display: inline-block;

  &:hover {
    .nw-promo-hover {
      display: block;
    }

    &::before {
      content: " ";
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      display: block;
      transform: rotate(45deg);
      margin: 5px auto;
      width: 15px;
      height: 15px;
      background: $default-color;
    }
  }
}

.nw-pdp-promolabel {
  font-size: $pdp-size-block-title-font-size;
  font-family: $secondary-font-family;
  line-height: 2.3;
}

.nw-promo-list {
  margin: 0;
  width: 76%;
  padding: 0 0 0 10px;
  font-size: $font-size-xxs;
  font-weight: 600;
  text-transform: uppercase;
}

.nw-promo-item {
  list-style: none;
}

.nw-other-eligible-cta {
  border: 0;
  padding: 0;
  color: $color-primary;
  text-decoration: none;
}

@media screen and (min-width: $screen-min-sm) {
  .nw-promo-offer {
    &:hover {
      .nw-promo-hover {
        left: -20px;
        display: block;
      }

      &::before {
        content: " ";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: block;
        transform: rotate(45deg);
        margin: 5px auto;
        width: 15px;
        height: 15px;
        background: $default-color;
      }
    }
  }
}
