/* Shell Stability v46 — footers must be visible from the first frame. */
body.shell-v46-home-nav .phone-frame > .bottom-nav {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 80 !important;
}

body.shell-v46-home-nav .mobile-content {
  padding-bottom: calc(var(--mobile-nav-height) + 4.75rem + env(safe-area-inset-bottom)) !important;
  scroll-padding-bottom: calc(var(--mobile-nav-height) + 5.25rem + env(safe-area-inset-bottom)) !important;
}

body[data-screen="community"] .community-fusion-v44-footer,
body[data-screen="communityPostDetail"] .community-fusion-v44-footer {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
