/* Prevent the old mobile shortcuts from flashing before Bookluit initializes. */
@media (max-width: 860px) {
  #mobileBottomNav { opacity: 0; pointer-events: none; }
  #mobileBottomNav.bookluit-mobile-ready { opacity: 1; pointer-events: auto; }
}
