/* Wallet Modal - DISABLED */

/* Hide all wallet modals completely */
.wallet-connection-modal,
.wallet-modal,
[class*="wallet-modal"],
[id*="wallet-modal"],
.wallet-popup,
[class*="wallet-popup"],
[id*="wallet-popup"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}

/* Placeholder to prevent errors */
.wallet-modal-placeholder {
    display: none;
}