#mp-chatbot-widget{position:fixed;bottom:25px;right:25px;z-index:9999}#mp-chatbot-toggle{background:var(--e-global-color-primary);color:#1c1c1c;border:none;border-radius:50%;width:50px;height:50px;font-size:24px;cursor:pointer;padding:10px}#mp-chatbot-box{background-color:#eee;border:1px solid #ddd;border-radius:.5rem;width:300px;box-shadow:0 0 10px rgba(0,0,0,.2);padding:10px;margin-bottom:10px}#mp-chatbot-header{font-weight:600;margin-bottom:10px}#mp-chatbot-content{min-height:100px;margin-bottom:20px;font-size:.9rem}#mp-chatbot-form{display:flex;gap:5px}#mp-chatbot-input{flex:1;padding:5px;font-size:.9rem}#mp-chatbot-form button{padding:5px 10px;border:none;cursor:pointer}