/*
 * Layout 842 renders Product Knowledge through a single widget in a row flex
 * container. The widget otherwise uses its visible panel's intrinsic width as
 * its flex basis, which changes when the router hides the other panels.
 */
@media (min-width: 768px) {
	body.single-product .elementor-widget-wd_wc_hook:has(.authherb-product-knowledge) {
		flex: 1 1 100%;
		width: 100%;
		min-width: 0;
	}

	body.single-product .elementor-widget-wd_wc_hook:has(.authherb-product-knowledge) > .elementor-widget-container,
	body.single-product .authherb-product-knowledge,
	body.single-product .authherb-product-toc,
	body.single-product .authherb-product-knowledge__content {
		width: 100%;
		min-width: 0;
	}
}
