/* Wallet actions remain the top interactive layer inside the Wallet surface. */
body:has(.wallet-premium) .wallet-action-grid {
  position: relative !important;
  z-index: 60 !important;
  isolation: isolate !important;
  pointer-events: auto !important;
}

body:has(.wallet-premium) .wallet-action-grid::before,
body:has(.wallet-premium) .wallet-action-grid::after {
  pointer-events: none !important;
}

body:has(.wallet-premium) .wallet-action-grid > .wallet-action,
body:has(.wallet-premium) .wallet-action-grid > .wallet-action[data-sx155-interactive="true"] {
  position: relative !important;
  z-index: 1 !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
}

body:has(.wallet-premium) .wallet-action-grid > .wallet-action > *,
body:has(.wallet-premium) .wallet-action-grid > .wallet-action::before,
body:has(.wallet-premium) .wallet-action-grid > .wallet-action::after {
  pointer-events: none !important;
}

body:has(.wallet-premium) .wallet-action-grid > .wallet-action:focus-visible {
  outline: 2px solid rgba(190, 213, 242, 0.9) !important;
  outline-offset: 3px !important;
}
