.jb-text-chatbot{width:min(760px,100%);margin:30px auto;border:1px solid #ead9b5;border-radius:16px;overflow:hidden;background:#fffdf9;box-shadow:0 18px 45px rgba(82,57,13,.12);font-family:Arial,Helvetica,sans-serif}.jb-text-chatbot__header{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;background:linear-gradient(135deg,#2b1b08,#9b6e17);color:#fff}.jb-text-chatbot__header strong,.jb-text-chatbot__header small{display:block}.jb-text-chatbot__header strong{font:24px Georgia,serif}.jb-text-chatbot__header small{margin-top:4px;color:#f5dfaa;font-size:12px}.jb-text-chatbot__header span{font-size:26px;color:#f5dfaa}.jb-text-chatbot__messages{height:390px;overflow:auto;padding:20px;background:#fffaf0}.jb-text-chatbot__message{max-width:82%;margin:0 0 12px;padding:11px 14px;border-radius:12px;font-size:14px;line-height:1.5;white-space:pre-wrap}.jb-text-chatbot__message.is-bot{background:#fff;border:1px solid #eadfca;color:#544b40;border-top-left-radius:3px}.jb-text-chatbot__message.is-user{margin-left:auto;background:#b98b2d;color:#fff;border-top-right-radius:3px}.jb-text-chatbot__message.is-loading{opacity:.7;font-style:italic}.jb-text-chatbot__form{display:flex;gap:10px;padding:14px;border-top:1px solid #ead9b5;background:#fff}.jb-text-chatbot__form input{flex:1;min-width:0;border:1px solid #e7dfd0;border-radius:5px;padding:13px;font-size:14px;outline:0}.jb-text-chatbot__form input:focus{border-color:#b98b2d;box-shadow:0 0 0 3px rgba(185,139,45,.12)}.jb-text-chatbot__form button{border:0;border-radius:5px;padding:0 22px;background:#b98b2d;color:#fff;cursor:pointer}.jb-text-chatbot__form button:hover{background:#8b651c}@media(max-width:520px){.jb-text-chatbot__messages{height:55vh}.jb-text-chatbot__form{flex-direction:column}.jb-text-chatbot__form button{height:42px}}
.jb-text-chatbot-launcher-wrap{position:fixed;right:24px;bottom:24px;z-index:99999;font-family:Arial,Helvetica,sans-serif}.jb-text-chatbot-launcher{border:1px solid #f1d48c;border-radius:999px;padding:14px 20px;background:linear-gradient(135deg,#2b1b08,#b98b2d);color:#fff;font-weight:700;letter-spacing:.02em;box-shadow:0 12px 30px rgba(57,35,5,.28);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.jb-text-chatbot-launcher:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(57,35,5,.36)}.jb-text-chatbot-launcher span{color:#f5dfaa;margin-right:5px}.jb-text-chatbot-floating-panel{position:absolute;right:0;bottom:60px;width:min(390px,calc(100vw - 32px));filter:drop-shadow(0 20px 45px rgba(45,28,5,.25))}.jb-text-chatbot-floating-panel .jb-text-chatbot{width:100%;margin:0}.jb-text-chatbot-floating-close{position:absolute;right:12px;top:12px;z-index:2;width:28px;height:28px;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:rgba(0,0,0,.2);color:#fff;font-size:22px;line-height:1;cursor:pointer}.jb-text-chatbot-floating-panel[hidden]{display:none}@media(max-width:520px){.jb-text-chatbot-launcher-wrap{right:14px;bottom:14px}.jb-text-chatbot-launcher{padding:12px 16px}.jb-text-chatbot-floating-panel{bottom:56px}}
