:root{--mp-error:#e63946}#mp-chatbot-widget{position:fixed;bottom:25px;right:25px;z-index:1000}#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;line-height:24px;position:fixed;bottom:25px;right:25px;z-index:1000}#mp-chatbot-box{position:fixed;bottom:80px;right:25px;background-color:#eee;border:1px solid #ddd;border-radius:.5rem;width:300px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:10px;margin-bottom:10px;z-index:1000}#mp-chatbot-header{font-weight:600;margin-bottom:10px;padding-bottom:.5rem;border-bottom:1px solid #1c1c1c}#mp-chatbot-content{max-height:300px;overflow-y:auto;margin-bottom:20px;font-size:.9rem}#mp-chatbot-form{display:flex;gap:5px}#mp-chatbot-input{width:100%;padding:.5rem;font-size:.9rem;border:1px solid #ccc;resize:none;overflow-y:auto;height:auto}#mp-chatbot-input.error{border:solid 1px var(--mp-error);box-shadow:0 0 4px rgba(230,57,70,.5)}#mp-chatbot-form button{padding:5px 10px;border:none;cursor:pointer}#mp-chatbot-hint{display:block;margin-top:.25rem;font-size:.75rem;color:#666;font-style:italic}.mp-success{color:green;font-weight:600}.mp-error{color:var(--mp-error);font-weight:600}@media (max-width:768px){#mp-chatbot-hint{display:none}}