/* AI Engine Mobile Click Fix */

body .mwai-window.mwai-closed,
body .mwai-window.mwai-chat-closed,
body .mwai-window-wrapper:not(.mwai-open) {
    pointer-events: none !important;
    display: none !important;
}

/* Ensure the wrapper doesn't block clicks when the chat is closed */
body .mwai-chat-container.mwai-closed {
	pointer-events: none !important;
}
