.rng-chat-launcher {
  position: fixed; right: 24px; bottom: 24px; z-index: 2147483001;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 21px; border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 28px; color: #fff; background: #205bea;
  box-shadow: 0 8px 28px rgb(16 36 76 / 24%); font: 650 14px/1.2 Manrope, sans-serif;
  cursor: pointer; transition: background .2s ease, transform .2s ease;
}
.rng-chat-launcher[hidden], .rng-chat-fallback[hidden] { display: none; }
.rng-chat-launcher:hover { background: #1749c6; transform: translateY(-2px); }
.rng-chat-launcher:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 7px #205bea; }
.rng-chat-launcher svg { width: 21px; height: 21px; flex-shrink: 0; }
.rng-chat-fallback {
  position: fixed; bottom: 89px; right: 24px; z-index: 2147483002;
  width: min(310px, calc(100vw - 48px)); padding: 20px; margin: 0;
  color: #17202f; background: #fff; border: 1px solid #dbe2ee; border-radius: 14px;
  box-shadow: 0 10px 40px rgb(16 36 76 / 18%); font-size: 14px; line-height: 1.65;
}
.rng-chat-fallback a { color: #164dcc; text-decoration: underline; text-underline-offset: 3px; }
#cw-widget-holder:not(.woot--hide) {
  right: 24px !important; left: auto !important; bottom: 90px !important; top: auto !important;
  width: min(390px, calc(100vw - 48px)) !important;
  height: min(620px, calc(100dvh - 122px)) !important;
  max-height: calc(100dvh - 122px) !important; border-radius: 18px !important;
}
@media (max-width: 760px) {
  .rng-chat-launcher { right: 14px; bottom: calc(78px + env(safe-area-inset-bottom)); min-height: 48px; padding: 12px 17px; font-size: 13px; }
  .rng-chat-fallback { right: 14px; bottom: calc(138px + env(safe-area-inset-bottom)); }
  #cw-widget-holder:not(.woot--hide) {
    right: 12px !important; bottom: calc(139px + env(safe-area-inset-bottom)) !important;
    width: calc(100vw - 24px) !important; height: min(620px, calc(100dvh - 158px - env(safe-area-inset-bottom))) !important;
    max-height: calc(100dvh - 158px - env(safe-area-inset-bottom)) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rng-chat-launcher, #cw-widget-holder { transition: none !important; }
  .rng-chat-launcher:hover { transform: none; }
}
