.bullet {
  display: inline-block;
  margin: 8px 4px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #05053d;
  &:first-of-type {
    margin-left: 8px;
  }
  .simple-counter {
    position: absolute;
    transform: translate(0px, -10px);
  }
}

.bullet-counter {
  transform: translate(-4px, -17px);
  font-size: 12px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background-repeat: no-repeat;
  > label {
    line-height: 37px;
  }
}
