#gobeyond-chatbox{position:fixed;right:20px;bottom:80px;width:340px;border-radius:10px;box-shadow:0 8px 30px rgba(0,0,0,0.2);font-family:Arial,Helvetica,sans-serif;overflow:hidden;z-index:99999;background:#fff}
.gobeyond-cb-closed{display:none}
.gobeyond-cb-header{display:flex;align-items:center;padding:8px 10px;color:#fff}
.gobeyond-cb-header img{width:36px;height:auto;margin-right:10px;border-radius:3px;background:#fff;padding:3px}
#gobeyond-cb-title{font-weight:600;flex:1}
#gobeyond-cb-toggle{background:none;border:0;color:#fff;font-size:18px;cursor:pointer}
.gobeyond-cb-body{padding:12px}
.gobeyond-step input,.gobeyond-step textarea,.gobeyond-step select{width:100%;margin:6px 0;padding:8px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}
.gobeyond-btn{background:#f89c1b;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;margin-top:6px}
#gobeyond-floating-btn{position:fixed;right:20px;bottom:20px;border-radius:30px;padding:10px 16px;color:#fff;border:0;box-shadow:0 8px 20px rgba(0,0,0,0.2);cursor:pointer}
.gobeyond-chat-window{max-height:240px;overflow:auto;margin-top:10px;border-top:1px solid #eee;padding-top:8px}
.gobeyond-msg-user{text-align:right;margin:6px 0}
.gobeyond-msg-bot{text-align:left;margin:6px 0}
.gobeyond-msg-text{display:inline-block;padding:8px 10px;border-radius:8px;max-width:82%;line-height:1.3;background:#f0f0f0;color:#000}
.typing .gobeyond-msg-text{background:#eee;font-style:italic}