/* сhange the color of the rating stars */
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating svg {
color: red;}
/* сhange the color of the rating counter */
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating {
color: red;}
/* сhange the color of the rating */
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating,
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating svg {
color: red;}
/* remove the rating stars */
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating svg {
display: none;}
/* remove the rating counter */
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating {
display: none;}
/* remove the rating */
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating,
.reputon-google-reviews-widget .reputon-locations .reputon-location-rating svg {
display: none;}
/* add space between stars */
.reputon-google-reviews-widget .reputon-locations .reputon-location-stars-container {
gap: 5px;}
Rating stars
Rating counter
/* сhange the color */
.reputon-google-reviews-widget .reputon-locations .reputon-location-name {
color: red;}
/* remove */
.reputon-google-reviews-widget .reputon-locations .reputon-location-name {
display: none;}
/* сhange the color */
.reputon-google-reviews-widget .reputon-locations .reputon-item-content div {
color: red;}
/* remove */
.reputon-google-reviews-widget .reputon-locations .reputon-item-content div {
display: none;}
/* сhange the color */
.reputon-google-reviews-widget .reputon-locations .reputon-item-address .reputon-text {
color: red;}
/* remove */
.reputon-google-reviews-widget .reputon-locations .reputon-item-address .reputon-text {
display: none;}