.select-tooltip__label {
  position: relative;
  padding-right: 18px;
}

.select-tooltip__label::after {
  content: 'i';
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  opacity: 0.7;
}

.pretty-element .select-tooltip__label::after {
  top: 2px;
}
