/**
 * Re-applies the pro-elements price-table wrapper rule to the Product Price
 * Table widget. That rule is scoped to `.elementor-widget-price-table` (derived
 * from the native widget name), so it does not match our widget's wrapper class
 * `.elementor-widget-lpm-product-price-table`. Without it the widget loses its
 * default background and the header background clips outside the border radius.
 */
.elementor-widget-lpm-product-price-table .elementor-widget-container,
.elementor-widget-lpm-product-price-table:not(:has(.elementor-widget-container)) {
	background-color: #f9fafa;
	overflow: hidden;
}
