.chat-btn.web-chat-launcher { width: 50px; height: 50px; }
.chat-btn.web-chat-launcher .main-chat-btn,
.chat-btn.web-chat-launcher .main-chat-btn-open,
.chat-btn.web-chat-launcher .main-chat-btn-close { width: 50px; height: 50px; }
.chat-btn.web-chat-launcher .main-chat-btn svg { width: 45px; height: 45px; flex-shrink: 0; }
.chat-btn.web-chat-launcher .chat-btn-inner { top: auto; bottom: calc(100% + 12px); left: 0; right: 0; width: 50px; gap: 12px; }
.chat-btn.web-chat-launcher .chat-btn-inner > div { width: 50px; height: 50px; min-height: 50px; margin: 0; flex: 0 0 50px; }
.chat-btn.web-chat-launcher .chat-btn-inner > div > a,
.chat-btn.web-chat-launcher .chat-btn-inner > div > button,
.chat-btn.web-chat-launcher .chat-btn-inner > div > a > img { width: 50px; height: 50px; padding: 0; box-sizing: border-box; flex-shrink: 0; }
.web-chat-open { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border: 0; border-radius: 50%; background: #fc9b2a; color: #fff; cursor: pointer; }
.web-chat-open:hover { background: #e88416; }
.web-chat[hidden] { display: none; }
.web-chat { position: fixed; right: 105px; bottom: 30px; z-index: 100000; width: 370px; max-width: calc(100vw - 24px); height: 520px; max-height: calc(100dvh - 32px); display: flex; flex-direction: column; background: #fff; border: 1px solid #e7e7e7; border-radius: 18px; box-shadow: 0 8px 40px #0003; overflow: hidden; color: #313132; font: 14px/1.5 Montserrat, sans-serif; }
.web-chat * { box-sizing: border-box; }
.web-chat .web-chat-heading { position: static; width: auto; display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; margin: 0; background: #f1f0f8; flex-shrink: 0; }
.web-chat button { font: inherit; cursor: pointer; }
.web-chat-close { border: 0; background: transparent; font-size: 28px !important; color: #313132; padding: 0 6px; }
.web-chat-messages { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 16px; }
.web-chat-message { width: fit-content; max-width: 92%; margin-bottom: 12px; padding: 10px 13px; border-radius: 14px 14px 14px 3px; background: #f1f0f8; white-space: pre-wrap; overflow-wrap: anywhere; }
.web-chat-message-user { margin-left: auto; background: #d3e4ff; border-radius: 14px 14px 3px 14px; }
.web-chat-status { margin: 0; padding: 0 16px; min-height: 24px; font-size: 12px; color: #65606d; }
.web-chat-form { display: flex; flex-wrap: wrap; gap: 8px; padding: 8px 12px; }
.web-chat-label { width: 100%; font-size: 12px; }
.web-chat textarea { flex: 1; min-width: 0; resize: none; border: 1px solid #ccc; border-radius: 10px; padding: 9px; font: inherit; font-size: 16px; color: #313132; background: #fff; }
.web-chat-form button { align-self: stretch; border: 0; border-radius: 10px; padding: 8px 12px; background: #fc9b2a; color: #222; }
.web-chat-reset { align-self: center; border: 0; background: transparent; color: #65606d; padding: 4px 12px 12px; font-size: 12px !important; }
.web-chat button:disabled { opacity: .5; cursor: wait; }
.web-chat button:focus-visible, .web-chat-open:focus-visible, .web-chat textarea:focus-visible { outline: 2px solid #7846a4; outline-offset: 2px; }
@media (max-width: 1000px) {
    .chat-btn.web-chat-launcher { right: 20px; bottom: max(20px, env(safe-area-inset-bottom)); }
    .web-chat { left: 50%; top: 50%; right: auto; bottom: auto; transform: translate(-50%, -50%); width: calc(100vw - 24px); max-width: 440px; height: 560px; max-height: calc(100dvh - 24px); margin: 0; box-sizing: border-box; }
}
