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

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

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

.uTfRlXHKHR[data-sdde="1"]::before {
  width: 30px
}

.uTfRlXHKHR[data-sdde="1.5"]::before {
  width: 45px
}

.uTfRlXHKHR[data-sdde="2"]::before {
  width: 60px
}

.uTfRlXHKHR[data-sdde="2.5"]::before {
  width: 75px
}

.uTfRlXHKHR[data-sdde="3"]::before {
  width: 90px
}

.uTfRlXHKHR[data-sdde="3.5"]::before {
  width: 105px
}

.uTfRlXHKHR[data-sdde="4"]::before {
  width: 120px
}

.uTfRlXHKHR[data-sdde="4.5"]::before {
  width: 135px
}

.uTfRlXHKHR[data-sdde="5"]::before {
  width: 150px
}

@media only screen and (max-width: 1075px) {
  .uTfRlXHKHR, .uTfRlXHKHR::before {
    min-height: 20px;
    min-width: 24px;
    background-size: 24px;
  }

  .uTfRlXHKHR {
    width: 120px;
  }

  .uTfRlXHKHR[data-sdde="1"]::before {
    width: 24px
  }

  .uTfRlXHKHR[data-sdde="1.5"]::before {
    width: 36px
  }

  .uTfRlXHKHR[data-sdde="2"]::before {
    width: 48px
  }

  .uTfRlXHKHR[data-sdde="2.5"]::before {
    width: 60px
  }

  .uTfRlXHKHR[data-sdde="3"]::before {
    width: 72px
  }

  .uTfRlXHKHR[data-sdde="3.5"]::before {
    width: 84px
  }

  .uTfRlXHKHR[data-sdde="4"]::before {
    width: 96px
  }

  .uTfRlXHKHR[data-sdde="4.5"]::before {
    width: 108px
  }

  .uTfRlXHKHR[data-sdde="5"]::before {
    width: 120px
  }
}