/* FGMC M6.3.3 — Staff Login floating position */
.staff-login-fab,
.fgmc-staff-login-bottom-left {
  position: fixed !important;
  left: max(14px, env(safe-area-inset-left)) !important;
  right: auto !important;
  top: auto !important;
  bottom: max(14px, calc(env(safe-area-inset-bottom) + 14px)) !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;

  width: auto !important;
  min-width: 0 !important;
  min-height: 44px !important;
  max-width: calc(100vw - 28px) !important;

  margin: 0 !important;
  padding: 9px 13px !important;

  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 999px !important;

  background: rgba(18,18,20,.94) !important;
  color: #fff !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.22) !important;

  text-decoration: none !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;

  z-index: 2147481200 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;

  transform: none !important;
  translate: none !important;
  inset: auto auto max(14px, calc(env(safe-area-inset-bottom) + 14px))
         max(14px, env(safe-area-inset-left)) !important;

  touch-action: manipulation !important;
  -webkit-tap-highlight-color: rgba(255,255,255,.12) !important;
}

.staff-login-fab:hover,
.fgmc-staff-login-bottom-left:hover {
  transform: translateY(-1px) !important;
}

@media (max-width: 720px), (pointer: coarse) {
  .staff-login-fab,
  .fgmc-staff-login-bottom-left {
    left: max(10px, env(safe-area-inset-left)) !important;
    bottom: max(10px, calc(env(safe-area-inset-bottom) + 10px)) !important;
    min-height: 42px !important;
    padding: 8px 11px !important;
    font-size: 12px !important;
    z-index: 2147481200 !important;
  }
}

@media print {
  .staff-login-fab,
  .fgmc-staff-login-bottom-left {
    display: none !important;
  }
}
