/* travel-mobile-nav.css — Bottom nav is disabled; bar hidden on all screen sizes.
 * The JS / HTML placeholder is still present for compatibility but renders nothing.
 */
#mobile-bottom-nav {
  display: none !important;
}
