.wlr-chat{position:fixed;right:22px;bottom:22px;z-index:60;font-family:Arial,sans-serif}.chat-launch{border:1px solid #547d9a;background:#102b40;color:white;border-radius:30px;padding:13px 20px;cursor:pointer;font-size:12px;box-shadow:0 3px 16px #0002}.chat-box{position:absolute;bottom:60px;right:0;width:350px;background:#fff;color:#102b40;border:1px solid #b9cbd8;box-shadow:0 12px 45px #0003;border-radius:8px;overflow:hidden}.chat-box[hidden]{display:none}
.chat-over-calendar .wlr-chat{visibility:hidden;opacity:0;pointer-events:none}.chat-heading{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;background:#102b40;color:#fff;font-size:14px}.chat-close{color:white;background:none;border:0;font-size:26px;cursor:pointer;min-width:44px;min-height:35px}.chat-disclaimer{font-size:11px;line-height:1.5;padding:15px 18px;color:#536776}.chat-history{max-height:240px;overflow:auto;padding:0 18px}.chat-message{font-size:13px;padding:12px;line-height:1.5;margin-bottom:12px;background:#eff3f6;border-radius:5px;overflow-wrap:anywhere}.chat-message.question{background:#dbeafb}.chat-form{padding:12px 18px}.chat-form label{display:block;font-size:11px;margin-bottom:6px}.chat-form>div{display:flex;gap:8px}.chat-form input{min-width:0;flex:1;padding:10px;border:1px solid #9badba;font-size:16px;border-radius:3px;background:white;color:#102b40}.chat-form button{border:0;background:#80baff;color:#102b40;padding:10px;font-size:12px;cursor:pointer}.chat-form button:disabled{opacity:.5}.chat-call{display:block;font-size:11px;padding:0 18px 16px;color:#102b40;text-decoration:underline}@media(max-width:760px){.wlr-chat{bottom:84px;right:14px}.chat-launch{padding:11px 16px}.chat-box{width:min(350px,calc(100vw - 28px));bottom:53px;max-height:calc(100dvh - 160px);overflow:auto}.chat-history{max-height:150px}}
