.weather-demo .message-conversation{box-sizing:border-box;width:100%;max-width:520px;margin:0 auto;border:1px solid #294353;border-radius:16px;background:#0b2030;color:#fff8e9;overflow:hidden}.message-conversation .conversation-contact{position:relative;display:flex;justify-content:center;padding:14px 44px;border-bottom:1px solid #294353;background:#101e2b}.message-conversation .conversation-contact>div{min-width:0}.message-conversation .conversation-contact strong{font-size:17px;line-height:1.3}.message-conversation .conversation-identity{display:grid;justify-items:center;grid-gap:7px;gap:7px}.message-conversation .conversation-avatar{display:block;width:40px;height:40px;border-radius:50%}.message-conversation .conversation-satellite{position:absolute;top:14px;right:16px;color:#bfd3df}.message-conversation .conversation-satellite svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5}.message-conversation .conversation-messages{padding:18px}.message-conversation .conversation-user{margin-bottom:14px;text-align:right;animation:bcb-message-appear .12s ease-out both}.weather-demo .message-conversation .bubble{box-sizing:border-box;max-width:100%;margin-bottom:0;padding:12px 14px;font-size:15px;line-height:1.4;border-radius:10px;text-align:left}.weather-demo .message-conversation .bubble.outgoing{background:#227743!important;color:#fff!important;font-weight:500;border-bottom-right-radius:4px}.weather-demo .message-conversation .bubble.incoming{background:#293b4b!important;color:#fff8e9!important;gap:3px;border-bottom-left-radius:4px}.weather-demo .message-conversation .bubble.incoming.loc-bubble{gap:0;font-size:14px;line-height:1.35}.weather-demo .message-conversation .bubble,.weather-demo .message-conversation .bubble>*{text-transform:none;letter-spacing:normal}.message-conversation .conversation-reply{height:300px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;animation:bcb-message-appear .14s ease-out .22s backwards}.message-conversation .conversation-reply:focus-visible{outline:2px solid #fff8e9;outline-offset:3px;border-radius:10px}@keyframes bcb-message-appear{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.message-conversation .conversation-contact{padding:12px 40px}.message-conversation .conversation-contact strong{font-size:16px}.message-conversation .conversation-avatar{width:40px;height:40px}.message-conversation .conversation-messages{padding:14px}.weather-demo .message-conversation .bubble{padding:11px 12px;font-size:14px}}@media(prefers-reduced-motion:reduce){.message-conversation .conversation-reply,.message-conversation .conversation-user{animation:none}}