/* for affecting collection page product grid star ratings,
code given in onboarding default to display none so after uninstall our app, 
residue becomes hidden, this unhide for those installed might fail for firefox shoppers */
.ezrv-widget-container:has(> .ezrv-widget_rating_star) {
    display: block !important;
}
