/**
 * Keep Manifest / BIK chat launcher above typical theme headers (Elementor, Minimog, etc.).
 *
 * @package idestiny-manifest-ai
 */

/**
 * Vendor mounts the widget on #bik-chat-root (see cdn.bikinfo.co/manifest/bundle.js).
 */
#bik-chat-root {
	z-index: 2147483000 !important;
	isolation: isolate;
}

iframe[src*="bikinfo.co"],
iframe[src*="bik."],
div[id*="manifest"],
div[id^="bik-"]:not(#bik-chat-root),
div[class*="manifest-"] {
	z-index: 2147483000 !important;
}
