/* Mobile Bottom Nav Centering Fix - May 19, 2026 */

/* Fix for list view bottom nav */
.list-bottom-nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Fix for mobile category bar at bottom */
.mobile-category-bar {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
}
