.aspro-bonus-wrapper {
  line-height: 0px;
}
.aspro-bonus {
  --line-height: 15px;
  --margin-top: 4px;

  color: var(--white_text_black);

  font-size: calc(var(--line-height) - 4px);
  line-height: var(--line-height);
  font-weight: normal;

  margin-top: var(--margin-top);

  gap: 5px;

  & .aspro-bonus__icon {
    align-self: start;

    padding-top: 1px;
    margin: 0px;
  }

  .aspro-bonus__text {
    text-overflow: ellipsis;
    overflow: hidden;

    label {
      display: inline;
    }
  }
}

.aspro-bonus:has(label) {
  display: inline-flex;
}

.catalog-detail__price .aspro-bonus {
  --line-height: 16px;
  --margin-top: 8px;
}

.aspro-bonus-basket-item {
  order: 10;
  line-height: 0px;

  .aspro-bonus {
    white-space: nowrap;
  }
}
