.itrstickers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.itrstickers li {
  padding: 5px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.stickers-thumbnail {
  position: absolute;
  z-index: 2;
  display: inline-flex;
}

.stickers-top-left {
  top: 0;
  left: 0;
  margin: 8px 0 0 8px;
}

.stickers-bottom-right {
  bottom: 0;
  right: 0;
  margin: 0 8px 8px 0;
}

.stickers-text {
  display: flex;
  margin-bottom: 8px;
}

.itrstickers__empty-text {
  display: block;
  min-height: 30px;
}

@media (max-width:767px) {
  .itrstickers li {
    font-size: 11px;
  }
}