:host { width: 100%; }
button { column-gap: var(--apkt-spacing-2); padding: var(--apkt-spacing-3); width: 100%; background-color: transparent; border-radius: var(--apkt-borderRadius-4); color: var(--apkt-tokens-theme-textPrimary); }
button > wui-wallet-image { background: var(--apkt-tokens-theme-foregroundSecondary); }
button > wui-text:nth-child(2) { display: flex; flex: 1 1 0%; }
button:hover:enabled { background-color: var(--apkt-tokens-theme-foregroundPrimary); }
button[data-all-wallets="true"] { background-color: var(--apkt-tokens-theme-foregroundPrimary); }
button[data-all-wallets="true"]:hover:enabled { background-color: var(--apkt-tokens-theme-foregroundSecondary); }
button:focus-visible:enabled { background-color: var(--apkt-tokens-theme-foregroundPrimary); box-shadow: 0 0 0 4px var(--apkt-tokens-core-foregroundAccent020); }
button:disabled { background-color: var(--apkt-tokens-theme-foregroundPrimary); opacity: 0.5; cursor: not-allowed; }
button:disabled > wui-tag { background-color: var(--apkt-tokens-core-glass010); color: var(--apkt-tokens-theme-foregroundTertiary); }
