/* Chatwoot launcher must remain above Allo's fixed mobile navigation. */
.woot-widget-bubble,
.woot-widget-holder {
  z-index: 9100 !important;
}

body.chatwoot-widget-suppressed .woot-widget-bubble,
body.chatwoot-widget-suppressed .woot-widget-holder {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 680px) {
  .woot-widget-bubble {
    right: 12px !important;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .woot-widget-holder {
    right: 8px !important;
    bottom: calc(74px + env(safe-area-inset-bottom, 0px)) !important;
    max-height: calc(100dvh - 90px - env(safe-area-inset-top, 0px)) !important;
  }
}

@media (min-width: 681px) {
  .woot-widget-bubble {
    right: 22px !important;
    bottom: 22px !important;
  }

  .woot-widget-holder {
    right: 22px !important;
    bottom: 22px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .woot-widget-bubble,
  .woot-widget-holder {
    transition: none !important;
  }
}
