/**
 * Customer Reviews — section styles.
 */

/* Star color — configurable via Section Colors panel */
.sh-reviews__stars svg path {
    fill: var(--sh-review-star-color, #108474);
}
.sh-reviews__stars svg path.star--empty {
    fill: var(--sh-review-star-empty, #ddd);
}
