/* Reown / AppKit — minimal overrides (do not break modal shell) */

body > appkit-button,
body > w3m-button {
  display: none !important;
}

w3m-modal,
appkit-modal {
  z-index: 20000 !important;
}
