/* V24.12 TARGETED MOBILE NAV — remove only the profile avatar slot from the mobile bottom navigation.
   Desktop/tablet remain unchanged. No chat, Firebase, bot, message or account logic is modified. */
@media (max-width: 767px){
  .sidebar-icon > .sidebar-top > #myAvatar{
    display:none !important;
  }
}
