.afc-chat-shell{background:#fff;border:1px solid #e2e8e5;border-radius:22px;box-shadow:0 18px 50px rgba(15,45,37,.07);overflow:hidden;min-height:470px;display:flex;flex-direction:column}.afc-chat-head{padding:15px 18px;border-bottom:1px solid #edf0ef;display:flex;align-items:center;justify-content:space-between}.afc-chat-head strong{font-size:14px}.afc-chat-head span{display:block;font-size:11px;color:#73807c;margin-top:2px}.afc-status{display:flex!important;align-items:center;gap:6px}.afc-status i{width:7px;height:7px;border-radius:50%;background:#20a77a;display:inline-block}.afc-chat-log{flex:1;min-height:330px;max-height:520px;overflow:auto;padding:23px 22px;display:flex;flex-direction:column;gap:17px}.afc-msg{display:flex;gap:10px;max-width:88%;line-height:1.55;font-size:14px}.afc-msg.user{align-self:flex-end;background:#eef3f1;border-radius:18px 18px 5px 18px;padding:11px 14px}.afc-msg.bot{align-self:flex-start}.afc-bot-dot{flex:0 0 28px;width:28px;height:28px;border-radius:9px;background:#0b6b57;color:white;display:grid;place-items:center;font-weight:800;font-size:12px}.afc-msg-text{padding-top:3px}.afc-chat-form{display:grid;grid-template-columns:1fr 44px;gap:8px;margin:0 18px 8px;border:1px solid #dce4e1;background:#fafbfb;border-radius:18px;padding:8px 8px 8px 14px}.afc-chat-form textarea{border:0;background:transparent;resize:none;outline:0;padding:8px 0;font:inherit;max-height:120px}.afc-chat-form button{border:0;width:42px;height:42px;border-radius:12px;background:#0b6b57;color:white;font-size:20px;cursor:pointer}.afc-chat-note{text-align:center;color:#8a9692;font-size:10px;padding:0 10px 12px}.afc-ai-progress{font-size:11px;color:#66736f;padding:0 23px 8px}.afc-typing{opacity:.6}.afc-inline-call{color:#0b6b57;font-weight:700}@media(max-width:650px){.afc-chat-shell{border-radius:18px;min-height:520px}.afc-chat-log{min-height:365px;padding:18px 14px}.afc-msg{max-width:94%;font-size:13px}.afc-chat-form{margin:0 10px 8px}}