/* Executa AI Elementor Widget CSS */

/* Floating Chat Widget (hidden container) */
.executa-chat-widget {
    display: none !important;
}

/* Static Chat Widget */
.executa-static-chat-widget {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.executa-static-chat-widget iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}