﻿.rating-stars {
  display: flex;
  gap: 6px;
}

.rating-star-hollow {
  background-image: url(/svg/hollow-star.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 36px;
}

.rating-star-half {
  background-image: url(/svg/half-star.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 36px;
}

.rating-star-full {
  background-image: url(/svg/full-star.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 36px;
}
