/* Mobile sidebar containment and footer visibility */
.nx-mobile{height:100dvh;max-height:100svh;overflow:hidden;display:flex;flex-direction:column}
.nx-mobile__nav{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}
.nx-mobile__footer{flex:0 0 auto;margin-top:auto;position:relative;bottom:auto;background:#fafbfd;border-top:1px solid #f0f2f5}
.nx-mobile-overlay{touch-action:none}

/* Ensure mega menu item titles are bold across environments */
.nx-mega .nx-mega-card__title{font-weight:800!important}

/* Footer styles are centralized in assets/css/footer.css */
