#fx-chat{position:fixed;right:18px;bottom:18px;z-index:70;font-family:'PT Sans',system-ui,sans-serif}
#fx-chat.fxch-up{bottom:86px}
.fxch-bubble{position:relative;width:58px;height:58px;border:0;border-radius:50%;cursor:pointer;
  background:#2eaa4f;color:#fff;box-shadow:0 10px 26px rgba(28,37,48,.3);display:flex;align-items:center;justify-content:center;transition:.2s}
.fxch-bubble:hover{transform:translateY(-2px);background:#27923f}
.fxch-badge{position:absolute;top:-2px;right:-2px;background:#f08c1a;color:#fff;font:700 12px/18px 'PT Sans',sans-serif;
  min-width:18px;height:18px;border-radius:9px;padding:0 4px}
.fxch-win{position:absolute;right:0;bottom:70px;width:330px;max-width:calc(100vw - 24px);background:#fff;border-radius:14px;
  box-shadow:0 18px 48px rgba(28,37,48,.28);overflow:hidden;display:flex;flex-direction:column}
.fxch-head{display:flex;align-items:center;gap:10px;background:#1c2530;color:#fff;padding:12px 14px}
.fxch-ava{width:38px;height:38px;border-radius:50%;background:#2eaa4f;display:flex;align-items:center;justify-content:center;
  font:700 17px/1 Oswald,'PT Sans',sans-serif}
.fxch-who{display:flex;flex-direction:column;line-height:1.25}
.fxch-who b{font-size:15px}.fxch-who i{font-style:normal;font-size:12px;color:#9fd8b2}
.fxch-min{margin-left:auto;background:none;border:0;color:#cfd6dd;font-size:20px;cursor:pointer;padding:2px 6px}
.fxch-log{padding:12px;height:260px;overflow-y:auto;background:#f4f7f5;display:flex;flex-direction:column;gap:8px}
.fxch-m{max-width:85%;padding:9px 12px;border-radius:12px;font-size:14px;line-height:1.4;white-space:pre-wrap;word-wrap:break-word}
.fxch-bot{background:#fff;border:1px solid #e3e7ec;border-bottom-left-radius:4px;align-self:flex-start}
.fxch-in{background:#2eaa4f;color:#fff;border-bottom-right-radius:4px;align-self:flex-end}
.fxch-typing{color:#8a8f96;letter-spacing:3px}
.fxch-form{display:flex;border-top:1px solid #e3e7ec}
.fxch-form input{flex:1;border:0;padding:12px 14px;font:14px 'PT Sans',sans-serif;outline:none}
.fxch-send{border:0;background:#fff;color:#2eaa4f;font-size:17px;padding:0 14px;cursor:pointer}
.fxch-send:hover{color:#27923f}
.fxch-foot{font-size:11px;color:#8a8f96;text-align:center;padding:6px;background:#fff;border-top:1px solid #f0f2f4}
@media(max-width:480px){.fxch-win{bottom:66px}.fxch-log{height:44vh}}
