.mld-chat-launcher, .mld-chat-home-bubble { position:fixed; bottom:calc(20px + env(safe-area-inset-bottom, 0px)); right:20px; z-index:9990; display:inline-flex; align-items:center; justify-content:center; min-height:48px; width:auto; padding:12px 18px; border:1px solid #55d6e8; border-radius:28px; background:#0b7189; color:#fff; font:600 15px/1.4 Roboto,Arial,sans-serif; text-decoration:none; box-shadow:0 3px 16px #0003; }
.mld-chat-launcher:hover { background:#095e73; color:#fff; }
.mld-chat-launcher:focus-visible { outline:3px solid #55d6e8; outline-offset:4px; }
.mld-chat-launcher[aria-busy="true"] { cursor:progress; }
.mld-chat-home-bubble[hidden] { display:none!important; }
body:has(.mld-chat-dialog[open]) .mld-chat-launcher { visibility:hidden; }
@media(max-width:480px) { .mld-chat-launcher { right:12px; bottom:calc(12px + env(safe-area-inset-bottom, 0px)); } }

.mld-chat-launcher[hidden] { display:none; }
