.name-blur[data-v-4f541d92] {
  filter: blur(3px);
}
.rating[data-v-3df70c36] {
  display: inline-flex;
  align-items: center;
}
.rating .item[data-v-3df70c36] {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.rating .item span[data-v-3df70c36] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon-star-1.52f5a96e.svg);
  background-size: contain;
  background-position: center;
  transition: all 0.24s ease-out;
}
.rating .item input[data-v-3df70c36] {
  display: none;
}
.rating[data-v-3df70c36]:not(.disabled) {
  flex-direction: row-reverse;
}
.rating:not(.disabled) .item span[data-v-3df70c36] {
  background-image: url(../img/icon-star-0.bd7fd53b.svg);
}
.rating:not(.disabled) .item.active span[data-v-3df70c36] {
  background-image: url(../img/icon-star-2.5b5a26e7.svg);
}
.rating:not(.disabled) .item.active ~ .item span[data-v-3df70c36] {
  background-image: url(../img/icon-star-2.5b5a26e7.svg);
}
.rating:not(.disabled) .item.hover span[data-v-3df70c36] {
  background-image: url(../img/icon-star-1.52f5a96e.svg) !important;
}
.rating:not(.disabled) .item.hover ~ .item span[data-v-3df70c36] {
  background-image: url(../img/icon-star-1.52f5a96e.svg) !important;
}
.rating.disabled[data-v-3df70c36] {
  pointer-events: none;
}
@media (min-width: 991px) {
.rating .item:hover span[data-v-3df70c36] {
    background-image: url(../img/icon-star-1.52f5a96e.svg) !important;
}
.rating .item:hover ~ .item span[data-v-3df70c36] {
    background-image: url(../img/icon-star-1.52f5a96e.svg) !important;
}
}
