/* Dante AI Public Styles */
.dante-ai-chatbot {
    z-index: 999999;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/* Loading state */
.dante-ai-chatbot.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Error state */
.dante-ai-chatbot.error {
    display: none;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .dante-ai-chatbot {
        bottom: 10px;
        right: 10px;
    }
}

/* Dante AI Public Styles */
iframe[src*="dante-ai.com"] {
    border: none !important;
    background: none !important;
} 