.chat-button{align-items:center;background:#0b2a46;border:1px solid hsla(0,0%,100%,.16);border-radius:25px 0 0 25px;bottom:92px;box-shadow:0 2px 6px rgba(0,0,0,.2);clip-path:none;color:#fff;cursor:pointer;display:inline-flex;font-weight:800;height:50px;justify-content:center;line-height:1;min-width:64px;padding:0 1.1rem;position:fixed;right:0;text-align:center;transform:none;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease;width:108px;z-index:1050}.chat-button:focus-visible,.chat-button:hover{background:#e94a1b;color:#fff;transform:translateY(-1px)}.chat-container{background:#fff;border:1px solid #ccc;border-radius:.5rem;bottom:20px;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);display:flex;flex-direction:column;height:450px;max-width:calc(100vw - 32px);opacity:0;pointer-events:none;position:fixed;right:20px;transform:translateY(8px) scale(.98);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;visibility:hidden;width:320px;z-index:1050}.chat-container.open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1);visibility:visible}@media (max-width:420px){.chat-container{left:16px;right:16px;width:auto}.chat-button{border-radius:19px 0 0 19px;bottom:4px;font-size:.86rem;height:38px;padding:0 .7rem;right:0;width:74px}}.chat-header{background:#f8f9fa}.chat-window{flex:1;max-height:calc(100% - 110px);overflow-y:auto;padding:.5rem}.chat-form{flex-shrink:0;padding:.5rem}
