.review-item__content :where(svg)[data-axis-average="1"] rect:nth-of-type(1) {
  fill: var(--color-black-text);
}
.review-item__content :where(svg)[data-axis-average="2"] rect:nth-of-type(2) {
  fill: var(--color-black-text);
}
.review-item__content :where(svg)[data-axis-average="3"] rect:nth-of-type(3) {
  fill: var(--color-black-text);
}
.review-item__content :where(svg)[data-axis-average="4"] rect:nth-of-type(4) {
  fill: var(--color-black-text);
}
.review-item__content :where(svg)[data-axis-average="5"] rect:nth-of-type(5) {
  fill: var(--color-black-text);
}
.review-item__content :where(svg)[data-star-count="1"] path:nth-of-type(1) {
  fill: #FFDB43;
}
.review-item__content :where(svg)[data-star-count="2"] path:nth-of-type(-n+2) {
  fill: #FFDB43;
}
.review-item__content :where(svg)[data-star-count="3"] path:nth-of-type(-n+3) {
  fill: #FFDB43;
}
.review-item__content :where(svg)[data-star-count="4"] path:nth-of-type(-n+4) {
  fill: #FFDB43;
}
.review-item__content :where(svg)[data-star-count="5"] path:nth-of-type(-n+5) {
  fill: #FFDB43;
}

/*# sourceMappingURL=review_fill_symbol.css.map */
