@layer modules {
  body.FeatureBase-module__hideFeaturebase--b8af9kXQ #featurebase-messenger-launcher-frame-wrapper,
  body.FeatureBase-module__hideFeaturebase--b8af9kXQ #featurebase-messenger-frame-wrapper,
  body.FeatureBase-module__hideFeaturebase--b8af9kXQ [id*='featurebase-messenger'] {
    display: none !important;
  }

/* Fallback: keep the launcher above the platform bottom nav on mobile.
   `app` is set on <html> by AppTopLayout while platform pages are mounted. */

@media (max-width: 850px) {
  html.app #featurebase-messenger-launcher-frame-wrapper {
    bottom: calc(var(--platform-bottom-nav-height) + 12px) !important;
  }
}

/* Custom Media Queries for PostCSS */

/* Breakpoints for the landing page */
}
