/* V24.15 V16 - MOBILE BOTTOM EDGE ONLY
 * Baseline: V15 Mobile Menu Restore.
 * Scope: move the existing mobile bottom navigation vertically to the
 * viewport bottom edge. No other layout, styling, JS, or functionality changes.
 */
@media (max-width: 767px){
  .sidebar-icon{
    bottom:0 !important;
  }
}
