.chatbot-side-button{position:fixed;top:50%;right:0;transform:translateY(-50%);background:#678c31;color:#fff;border:0;border-radius:8px 0 0 8px;padding:12px 16px;cursor:pointer;font-size:16px;box-shadow:0 4px 10px rgba(0,0,0,.3);z-index:9999;writing-mode:sideways-lr;text-orientation:mixed;border-radius:8px 0 0 8px}.chatbot-sidebar{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:#fff;box-shadow:-4px 0 15px rgba(0,0,0,.3);transition:right .3s ease;z-index:9998;display:flex;flex-direction:column}.chatbot-sidebar.open{right:0}.chatbot-header{background:#678c31;color:#fff;padding:12px;font-weight:bold;display:flex;justify-content:space-between;align-items:center}.chatbot-header button{background:transparent;border:0;color:#fff;font-size:20px;cursor:pointer}.chatbot-content{flex:1;border:0;width:100%}@media(max-width:768px){.chatbot-sidebar{display:none;right:0;width:100%}.chatbot-sidebar.open{display:flex}}