/* Wix hides animated elements at opacity 0 and waits for its own JavaScript to
   mark them data-motion-enter="done". That JavaScript is not in this export, so
   the elements never appear — the "Book a Table" button among them. Letting the
   paused animation run restores both the element and the intended fade-in. */
*:not([data-motion-enter="done"]) {
  animation-play-state: running !important;
}

/* The members-area Log In control has no link in a static export and cannot
   work without Wix. Better absent than present and dead. */
#comp-mc8ogwlg { display: none !important; }
