/**
 * GoHighLevel chat widget (v2 uses <chat-widget>).
 * Sticky header is z-index 9000 (style.css). Prefer CSS over JS mutation
 * so live message updates are not disrupted.
 */
chat-widget,
chat-widget[data-loader-instance-id],
div[data-chat-widget],
#lc_chat_widget,
.lc-chat-widget {
	z-index: 10050 !important;
}

body > div:has(chat-widget),
body > div:has(iframe[src*="leadconnectorhq"]),
body > div:has(iframe[src*="msgsndr"]) {
	z-index: 10050 !important;
}
