.strip-stickers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  .strip-sticker {
    padding: 4px 12px;
    font-size: .875rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  &--right {
    justify-content: flex-end;
  }
}
