#chat-bubble.open .icon-chat{display:none!important}#chat-bubble.open .icon-close{display:block!important}#chat-bubble.open .icon-logo{display:none!important}#chat-window.open{display:flex!important}.msg{max-width:82%!important;padding:10px 14px!important;border-radius:16px!important;font-size:13.5px!important;line-height:1.5!important;word-break:break-word!important;animation:fadeIn .2s ease!important}.msg.bot{background:#fff!important;color:#1a2f4a!important;border-bottom-left-radius:4px!important;border:1px solid rgba(30,58,95,.1)!important;align-self:flex-start!important;box-shadow:0 1px 4px rgba(0,0,0,.06)!important}.msg.user{background:#1e3a5f!important;color:#fff!important;border-bottom-right-radius:4px!important;align-self:flex-end!important}.typing-indicator{display:flex!important;gap:5px!important;align-items:center!important;padding:12px 14px!important;background:#fff!important;border-radius:16px!important;border-bottom-left-radius:4px!important;border:1px solid rgba(30,58,95,.1)!important;align-self:flex-start!important;box-shadow:0 1px 4px rgba(0,0,0,.06)!important;width:fit-content!important}.typing-dot{width:7px!important;height:7px!important;border-radius:50%!important;background:#1e3a5f!important;opacity:.4!important;animation:typingBounce 1.2s ease-in-out infinite!important}.typing-dot:nth-child(2){animation-delay:.2s!important}.typing-dot:nth-child(3){animation-delay:.4s!important}.quick-replies{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:4px!important}.quick-reply-btn{background:#fff!important;border:1.5px solid #1e3a5f!important;color:#1e3a5f!important;border-radius:20px!important;padding:8px 14px!important;min-height:38px!important;font-size:12.5px!important;font-weight:600!important;cursor:pointer!important;transition:all .18s!important;font-family:inherit!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.quick-reply-btn:hover,.quick-reply-btn:active{background:#1e3a5f!important;color:#fff!important}