.chat-assistant{margin-bottom:22px;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.chat-head{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--line)}.chat-head h2{font-size:19px;margin:5px 0}.chat-head button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px;font-size:10px}.chat-messages{height:250px;overflow:auto;padding:20px;background:#f7f9f6}.bot-message,.user-message{max-width:78%;padding:11px 13px;margin:7px 0;border-radius:12px;font-size:11px;line-height:1.55}.bot-message{background:#fff;border:1px solid var(--line);border-bottom-left-radius:3px}.user-message{background:#187d5c;color:#fff;margin-left:auto;border-bottom-right-radius:3px}.chat-choices{padding:5px 20px;display:flex;gap:6px;flex-wrap:wrap}.chat-choices button{border:1px solid #afd5c4;background:#eff9f4;color:#176b50;border-radius:20px;padding:6px 9px;font-size:9px;cursor:pointer}#chatForm{display:flex;gap:7px;padding:13px 20px;border-top:1px solid var(--line)}#chatInput{flex:1;border:1px solid var(--line);border-radius:9px;padding:10px;font-size:11px}#chatForm button{border:0;background:#187d5c;color:#fff;border-radius:8px;padding:0 13px;cursor:pointer}#useVoiceText{background:#eff5f2!important;color:#17211e!important}@media(max-width:600px){.chat-messages{height:300px}.bot-message,.user-message{max-width:92%}}
