#dify-chatbot-bubble-button {
    background-color: #ff9f00 !important;
}

#dify-chatbot-bubble-window {
    --dify-chatbot-bubble-button-right: 75px;
    --dify-chatbot-bubble-button-bottom: -55px;
    width: 75% !important;
    height: 640px !important;
    max-width: 384px !important;
    position: fixed !important;
}

@media screen and (max-width: 500px) {
    #dify-chatbot-bubble-window {
        --dify-chatbot-bubble-button-right: unset;
        --dify-chatbot-bubble-button-bottom: 10px;
        min-width: 300px !important;
    }
}