/* Mobile */ @media (max-width: 767px) { .google-business-reviews-rating-badge { padding-top: 10px !important; color: #ffffff !important; } .google-business-reviews-rating-badge * { color: #ffffff !important; } .google-business-reviews-rating-badge svg, .google-business-reviews-rating-badge svg path { fill: #ffffff !important; stroke: #ffffff !important; } .google-business-reviews-rating-badge .gbr-stars i, .google-business-reviews-rating-badge .stars i, .google-business-reviews-rating-badge .star { color: #ffffff !important; } .google-business-reviews-rating-badge img[src*="star"], .google-business-reviews-rating-badge img[class*="star"], .google-business-reviews-rating-badge .gbr-star img { filter: brightness(0) invert(1) !important; } } /* Desktop / Tablet */ @media (min-width: 768px) { .google-business-reviews-rating-badge, .google-business-reviews-rating-badge * { color: #ffffff !important; } .google-business-reviews-rating-badge svg, .google-business-reviews-rating-badge svg path { fill: #ffffff !important; stroke: #ffffff !important; } .google-business-reviews-rating-badge .gbr-stars i, .google-business-reviews-rating-badge .stars i, .google-business-reviews-rating-badge .star { color: #ffffff !important; } .google-business-reviews-rating-badge img[src*="star"], .google-business-reviews-rating-badge img[class*="star"], .google-business-reviews-rating-badge .gbr-star img { filter: brightness(0) invert(1) !important; } }