/* HolyGlow V121D7C31R11Q-R2
   One-bug hotfix: keep the live banner's lower border rail visible. */

.altar-wrapper.hg-r11p-profile-glow-ready .profile-header-wrap {
  isolation: isolate !important;
}

.altar-wrapper.hg-r11p-profile-glow-ready #profileBanner {
  z-index: 1 !important;
}

.altar-wrapper.hg-r11p-profile-glow-ready .profile-header {
  z-index: 2 !important;
}

.altar-wrapper.hg-r11p-profile-glow-ready .hg-r11q-r2-banner-rail {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  min-height: 2px !important;
  display: block !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--hg-r11q-r2-rail-color, var(--hg-r11p-accent, #63ecff)) !important;
  box-shadow:
    0 0 8px var(--hg-r11q-r2-rail-color, var(--hg-r11p-accent, #63ecff)),
    0 1px 0 rgba(255, 255, 255, .34) !important;
  pointer-events: none !important;
  z-index: 3 !important;
  opacity: 1 !important;
}

.altar-wrapper.hg-r11p-profile-glow-ready #avatarWrap {
  z-index: 4 !important;
}

@media (prefers-reduced-motion: reduce) {
  .altar-wrapper.hg-r11p-profile-glow-ready .hg-r11q-r2-banner-rail {
    transition: none !important;
    animation: none !important;
  }
}
