/**
 * Optional bundled items - selected state.
 * The `.checkmark` circle itself is styled in the Oxygen stylesheet (universal.css).
 */
.woocommerce ul.bundled_products li.bundled_product.bundled_product_selected {
	box-shadow: inset 0 0 0 2px var(--primary, #13438d);
	background-color: #f4f8fd;
}
