/* HolyGlow Recovery 10D: shell scroll/profile/admin brace. Keeps 10B icon-only nav protected. */
#content, #app-content {
  position: relative !important;
  width: 100% !important;
  height: 100dvh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-y !important;
  overscroll-behavior-y: contain !important;
  box-sizing: border-box !important;
}
#app-content { padding-bottom: calc(98px + env(safe-area-inset-bottom)) !important; }
body.hg-focus-lock #app-content { overflow: hidden !important; padding-bottom: 0 !important; }
.global-feed-container, .altar-wrapper {
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
  touch-action: pan-y !important;
}
body:not(.holy-glow-active) #app-content #bible-text,
body:not(.holy-glow-active) #bible-text {
  min-height: auto !important;
  height: auto !important;
  overflow: visible !important;
  padding-bottom: 170px !important;
  touch-action: pan-y !important;
}
body:not(.holy-glow-active) #app-content #header { position: sticky !important; top: 0 !important; }
.hg-hide-legacy, [data-hg-legacy="true"] { display: none !important; }
#bottom-nav { transform: none !important; left: 0 !important; right: 0 !important; }
#bottom-nav .nav-btn:not(.active) span { opacity: .86 !important; filter: grayscale(70%) brightness(1.35) !important; }
