/* Force chat bubble on top (mobile + desktop) */
#fww-chat-widget, .fww-widget, .fww-bubble {
  z-index: 2147483647 !important;
}

/* Optional: nudge bubble up on phones so it clears sticky bars/cookie banners */
@media (max-width: 768px) {
  .fww-bubble {
    bottom: 80px !important; /* was ~20px; move it up */
    right: 12px !important;
  }
}
