.GblAfNIzeo, .GblAfNIzeo::before {
  content: " ";
  min-height: 16px;
  min-width: 22px;
  width: 100%;
  display: flex;
  gap: 6px;
  background-size: 22px;
  background-position-x: left;
  background-position-y: top;
  color: transparent
}

.GblAfNIzeo {
  width: 110px;
  background-image: url("../images/star-2.webp");
  display: flex;
}

.GblAfNIzeo::before {
  margin: 0;
  padding: 0;
  background-image: url("../images/star-1.webp")
}

.GblAfNIzeo[data-star="1"]::before {
  width: 22px
}

.GblAfNIzeo[data-star="1.5"]::before {
  width: 33px
}

.GblAfNIzeo[data-star="2"]::before {
  width: 44px
}

.GblAfNIzeo[data-star="2.5"]::before {
  width: 55px
}

.GblAfNIzeo[data-star="3"]::before {
  width: 66px
}

.GblAfNIzeo[data-star="3.5"]::before {
  width: 77px
}

.GblAfNIzeo[data-star="4"]::before {
  width: 88px
}

.GblAfNIzeo[data-star="4.5"]::before {
  width: 99px
}

.GblAfNIzeo[data-star="5"]::before {
  width: 110px
}