/* Product description modules only, including previews. Match the editor's
   paragraph groups; <br> remains a compact line break within each group. */
body.single-product .woocommerce-Tabs-panel--description p,
body.single-product .et_pb_wc_description .et_pb_module_inner p {
	margin-block: 0 .75em;
	padding-bottom: 0;
	line-height: 1.5;
}
body.single-product .woocommerce-Tabs-panel--description p:last-child,
body.single-product .et_pb_wc_description .et_pb_module_inner p:last-child {
	margin-bottom: 0;
}
