/* ==========================================================================
   ArcheoMap — admin-bar-fix.css (c51)
   --------------------------------------------------------------------------
   v313-compatible guard for the floating admin bar.

   The visual design and placement of #v89AdminBar are owned by the bundle's
   v89 module, copied from the working v313 build. This file only guarantees
   clickability and stacking; it intentionally does not restyle the buttons.
   ========================================================================== */

#v89AdminBar,
#v89AdminBar.show {
  pointer-events: auto !important;
  z-index: 100000 !important;
}

#v89AdminBar .v89-btn,
#v89AdminBar.show .v89-btn {
  pointer-events: auto !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
  user-select: none !important;
}
