/* Governed JOT web-chat overlay; isolated from retained application CSS. */
#jot-booking-web-chat{position:fixed;right:18px;bottom:18px;z-index:2147483000;font-family:Arial,sans-serif;color:#183128}#jot-booking-web-chat *{box-sizing:border-box}.jot-chat-launch{border:0;border-radius:999px;padding:14px 18px;background:#143f30;color:#fff;font-weight:700;box-shadow:0 12px 30px #0c2a2060;cursor:pointer}.jot-chat-panel{position:absolute;right:0;bottom:60px;width:min(390px,calc(100vw - 28px));max-height:calc(100vh - 100px);overflow:auto;border:1px solid #d9e2dc;border-radius:22px;background:#fff;box-shadow:0 22px 70px #0c2a2050}.jot-chat-panel[hidden]{display:none}.jot-chat-head{display:grid;grid-template-columns:64px 1fr 32px;gap:12px;align-items:center;padding:12px;background:#f3f0e8}.jot-chat-head img{width:64px;height:64px;object-fit:cover;border-radius:16px}.jot-chat-head strong,.jot-chat-head span{display:block}.jot-chat-head span{font-size:12px;line-height:1.3;color:#4e645b}.jot-chat-close{border:0;background:transparent;font-size:26px;color:#294b3d;cursor:pointer}.jot-chat-body{display:grid;gap:12px;padding:16px}.jot-chat-body p{margin:0;font-size:14px;line-height:1.5}.jot-chat-message{padding:13px;border-radius:14px 14px 14px 4px;background:#edf4ef}.jot-chat-actions{display:grid;gap:8px}.jot-chat-actions button,.jot-chat-lang button,.jot-chat-back{border:1px solid #b8c9bf;border-radius:12px;padding:11px;background:#fff;color:#143f30;font-weight:700;cursor:pointer;text-align:left}.jot-chat-lang{display:flex;gap:7px}.jot-chat-lang button{border-radius:999px;padding:8px 12px}.jot-chat-lang button[aria-pressed=true]{background:#143f30;color:#fff}.jot-chat-book{display:block;border-radius:12px;padding:14px;background:#143f30;color:#fff;text-align:center;text-decoration:none;font-weight:800}.jot-chat-back{border:0;padding:4px 0;color:#52685e}@media(max-width:640px){#jot-booking-web-chat{right:12px;bottom:12px}.jot-chat-panel{position:fixed;inset:12px 12px 76px;width:auto;max-height:none}.jot-chat-head{grid-template-columns:58px 1fr 32px}.jot-chat-head img{width:58px;height:58px}}
