/* Main Container Layout */
#chatbot-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    #chatbot-container {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
    #chatbot-window {
        width: 100%;
        height: 70vh;
        bottom: 80px;
        right: 0;
    }
}
