/* --------------------------------------------------------------------------
 * GRZ Gaming — product hero review summary (v1.9.1)
 *
 * A former immersive-layout rule hid the complete hero meta row. Restore the
 * compact rating/review summary while leaving the current product atmosphere,
 * full header and purchase layout unchanged.
 * ----------------------------------------------------------------------- */

body.single-product.grz-product-immersive .grz-tp-hero__meta {
	display: flex;
}

body.single-product.grz-product-immersive .grz-tp-hero__rating--empty {
	opacity: .72;
}

body.single-product.grz-product-immersive .grz-tp-hero__rating--empty:hover,
body.single-product.grz-product-immersive .grz-tp-hero__rating--empty:focus-visible {
	opacity: 1;
}
