/* Prevent the AI Engine wrapper from blocking mobile clicks when minimized */
.mwai-chat-pop {
    pointer-events: none !important;
}

/* Allow clicks on the actual chat button/bubble icon */
.mwai-chat-pop .mwai-trigger {
    pointer-events: auto !important;
}

/* Allow clicks on the chat window itself when it is open */
.mwai-chat-pop .mwai-window {
    pointer-events: auto !important;
}

/* Fix for any background dimming overlay on mobile */
.mwai-fullscreen .mwai-chat-pop {
    pointer-events: auto !important;
}
