Change rating color
/* сhange review rating color */
.reputon-google-reviews-widget .reputon-carousel-static-plate .reputon-card .reputon-rating-stars {color: green;}
/* сhange footer rating color */
.reputon-google-reviews-widget .reputon-carousel-static-plate .reputon-static-plate .reputon-rating-stars {color: green;}
/* сhange rating counter color */
.reputon-google-reviews-widget .reputon-carousel-static-plate .reputon-count-number
{color: red;}
/* сhange main rating stars color */
.reputon-google-reviews-widget .reputon-carousel-static-plate .reputon-count-text
{color: red;}
Change name color
.reputon-google-reviews-widget .reputon-carousel-static-plate .reputon-name {color: red;}
/* change reviews name only*/
.reputon-google-reviews-widget .reputon-carousel-static-plate .swiper-horizontal
.reputon-name {color: red;}
/* change static plate name only*/
.reputon-google-reviews-widget .reputon-carousel-static-plate .reputon-static-plate
.reputon-name {color: red;}
Change review text color
.reputon-google-reviews-widget .reputon-carousel-static-plate .reputon-text,
.reputon-google-reviews-widget .reputon-carousel-static-plate .reputon-text p {color: red;}
Change publishing date color
.reputon-google-reviews-widget .reputon-carousel-static-plate .reputon-date {color: red;}
Change border width, style and color
.reputon-google-reviews-widget .reputon-carousel-static-plate .reputon-top-part
{border: 3px solid red;}
.reputon-google-reviews-widget .reputon-carousel-static-plate .reputon-top-part::after
{background: red;}