/* Global Wallet Button - DISABLED */

/* Hide any wallet button completely */
.global-wallet-button,
#globalWalletButton,
.wallet-connect-btn,
[class*="wallet-button"],
[id*="wallet-button"],
[class*="wallet-connect"],
[id*="wallet-connect"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}

/* Extra safety - hide any element with wallet in the text */
button:has(.wallet-icon),
button:has(.wallet-text),
*[onclick*="wallet"],
*[onclick*="Wallet"],
*[onclick*="phantom"],
*[onclick*="Phantom"] {
    display: none !important;
}

/* Placeholder to prevent any layout issues */
.wallet-placeholder {
    display: none;
}