/* Keep conversation text readable and allow every message to scroll in full. */
.site-v3 #floating-chat-panel{box-sizing:border-box;width:min(480px,calc(100vw - 32px));height:min(760px,calc(100dvh - 112px));max-height:calc(100dvh - 112px);padding:0;right:20px;bottom:92px;display:flex;flex-direction:column;gap:0;overflow:hidden;border-radius:20px;background:#fff}
.site-v3 #floating-chat-panel[hidden]{display:none}
#floating-chat-panel>*{flex-shrink:0}
#floating-chat-panel .chat-heading{padding:16px 18px;gap:10px;align-items:center;border-bottom:1px solid #e0e9e7}
#floating-chat-panel .chat-heading strong{font-size:18px}
#floating-chat-panel .chat-heading span{font-size:12px;line-height:1.5}
#floating-chat-panel #chat-close{min-width:40px;min-height:40px;font-size:26px;order:2}
#floating-chat-panel #chat-clear{font-size:12px;margin-left:auto}
#floating-chat-panel .chat-consent-label{display:block;padding:12px 18px;margin:0;font-size:13px!important;line-height:1.5!important}
#floating-chat-panel .chat-consent-label input{width:17px;height:17px;vertical-align:middle;margin-right:5px}
#floating-chat-panel .chat-quick{display:flex;flex-wrap:wrap;gap:6px;padding:0 18px 10px}
#floating-chat-panel .chat-quick button{font-size:12px;line-height:1.4;padding:7px 10px}
#floating-chat-panel.chat-started .chat-quick{display:none}
#floating-chat-panel .chat-messages{position:relative;flex:1 1 0;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:18px;margin:0;display:flex;flex-direction:column;gap:14px;scroll-behavior:auto}
#floating-chat-panel .chat-message{flex:0 0 auto;max-width:100%;padding:14px 16px;overflow:visible;font-size:16px;line-height:1.65;overflow-wrap:anywhere}
#floating-chat-panel .chat-message p{font-size:16px;line-height:1.65;white-space:pre-wrap;margin:6px 0 0;max-height:none;overflow:visible}
#floating-chat-panel .chat-speaker{font-size:12px;line-height:1.4}
#floating-chat-panel .chat-composer{display:flex;padding:12px 16px 4px;margin:0;gap:8px;border-top:1px solid #e0e9e7;align-items:end}
#floating-chat-panel #chat-input{flex:1;min-width:0;box-sizing:border-box;font-size:16px;line-height:1.5;min-height:64px;max-height:120px;resize:vertical;padding:10px 12px}
#floating-chat-panel #chat-send{font-size:14px;min-height:46px;padding:10px 14px}
#floating-chat-panel .chat-keyboard-hint{font-size:11px;color:#526764;padding:2px 18px 4px}
#floating-chat-panel #chat-status{font-size:12px;line-height:1.45;padding:4px 18px 12px;margin:0;max-height:74px;overflow-y:auto}
@media(max-width:600px){.site-v3 #floating-chat-panel{width:calc(100vw - 16px);right:8px;bottom:8px;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);z-index:1000}#floating-chat-panel .chat-heading{padding:12px}#floating-chat-panel .chat-messages{padding:12px}#floating-chat-panel .chat-message{padding:12px}#floating-chat-panel .chat-consent-label{padding:10px 12px}#floating-chat-panel .chat-composer{padding-left:12px;padding-right:12px}}
