/* V24.15 V24 — MOBILE BOTTOM MENU ONLY
 * Baseline: V23.
 * Scope: ONLY bottom mobile navigation position and outer width.
 * No chat, settings, search, Firebase, or navigation logic changes.
 */
@media (max-width: 767px){
  .sidebar-icon{
    /* V23: bottom:4px. Lift another ~3mm (~12px). */
    bottom:16px !important;
    /* V23: left/right:8px. Reduce total width by 20px and keep centered. */
    left:18px !important;
    right:18px !important;
    width:auto !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}
