.WalletAddress{display:flex;align-items:center;gap:.625rem;height:33px;padding:.5rem 1rem;border-radius:100px;background-color:var(--white-transparent-8);border:1px solid var(--white-transparent-8)}.WalletAddress-icon{width:24px;height:15px}.WalletAddress-address{font-size:var(--fSize16);font-weight:400;line-height:1.35}.ConnectButton{display:flex;align-items:center;gap:.625rem;font-size:var(--fSize14);font-weight:600;line-height:1.35;background-image:linear-gradient(0deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.08)),linear-gradient(270deg,rgba(221,41,255,0),rgba(221,41,255,.2));border:1px solid var(--secondary);padding:.5rem 1rem;border-radius:100px;height:33px}