#smart-ai-chat-root {
    position: fixed;
    z-index: 9999;
    font-family: 'Inter', sans-serif;
}

.smart-ai-chat-placement-bottom-right {
    right: 24px;
    bottom: 24px;
}

.smart-ai-chat-placement-bottom-left {
    left: 24px;
    bottom: 24px;
}

#smart-ai-chat-root .smart-ai-chat-panel {
    display: none;
}

#smart-ai-chat-root.is-open .smart-ai-chat-panel {
    display: block;
}

#smart-ai-chat-root.is-open .smart-ai-chat-toggle {
    display: none;
}
