#easysite-chat{position:fixed;right:22px;bottom:22px;z-index:999999;font-family:system-ui,sans-serif}#es-chat-toggle{border:0;border-radius:999px;padding:14px 18px;box-shadow:0 4px 20px #0003;cursor:pointer}#es-chat-panel{width:min(360px,calc(100vw - 30px));height:460px;background:#fff;border-radius:16px;box-shadow:0 12px 45px #0004;overflow:hidden;margin-bottom:10px}.es-chat-title{padding:15px;font-weight:700;border-bottom:1px solid #eee}#es-chat-messages{height:340px;overflow:auto;padding:12px}.es-user,.es-bot{padding:9px 11px;margin:7px 0;border-radius:12px;background:#f2f2f2}.es-user{margin-left:35px}.es-bot{margin-right:25px}.es-product{display:block;padding:7px 10px;margin:5px 0;border:1px solid #ddd;border-radius:10px;text-decoration:none}#es-chat-form{display:flex;gap:6px;padding:10px;border-top:1px solid #eee}#es-chat-input{min-width:0;flex:1;padding:9px}#es-chat-form button{padding:8px 10px}