.fm-chat{position:fixed;right:18px;bottom:84px;z-index:99990;font:15px/1.4 system-ui,sans-serif}.fm-chat>.fm-chat__launcher{display:grid;place-items:center;width:48px;height:48px;border:0!important;border-radius:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;cursor:pointer}.fm-chat__launcher svg{width:44px;height:44px;overflow:visible}.fm-chat__launcher path{fill:#fff;stroke:#55362d;stroke-width:3;stroke-linejoin:round}.fm-chat__launcher circle{fill:#55362d}.fm-chat__launcher:focus-visible{outline:2px solid #55362d;outline-offset:3px;border-radius:8px}.fm-chat__panel{position:absolute;right:0;bottom:60px;width:min(360px,calc(100vw - 24px));height:480px;max-height:70vh;background:#fff;border-radius:18px;box-shadow:0 12px 40px #0004;overflow:hidden}.fm-chat__panel header{display:flex;justify-content:space-between;align-items:center;background:#338f43;color:#fff;padding:14px 16px;font-weight:700}.fm-chat__close{border:0;background:transparent;color:#fff;font-size:26px;cursor:pointer}.fm-chat__messages{height:330px;max-height:calc(70vh - 150px);overflow:auto;padding:12px;background:#f6f7f5}.fm-chat__message{max-width:84%;margin:7px 0;padding:9px 12px;border-radius:14px;white-space:pre-wrap}.fm-chat__message--visitor{margin-left:auto;background:#dff1df}.fm-chat__message--operator{background:#fff}.fm-chat form{display:flex;gap:8px;padding:10px}.fm-chat textarea{flex:1;min-height:48px;max-height:90px;resize:vertical;border:1px solid #ccc;border-radius:10px;padding:8px}.fm-chat form button{border:0;border-radius:10px;background:#338f43;color:#fff;padding:0 12px}@media(max-width:480px){.fm-chat{right:12px;bottom:76px}.fm-chat__panel{position:fixed;inset:12px 12px 72px;width:auto;height:auto;max-height:none}.fm-chat__messages{height:calc(100% - 126px);max-height:none}}
.fm-chat__message-meta{margin-top:4px;color:#667066;font-size:11px;line-height:1.2;text-align:right;white-space:nowrap}
