:host { position: relative; background-color: var(--apkt-tokens-theme-foregroundTertiary); display: flex; justify-content: center; align-items: center; border-radius: var(--local-border-radius); }
:host([data-image="true"]) { background-color: transparent; }
:host > wui-flex { overflow: hidden; border-radius: var(--local-border-radius); }
:host([data-size="sm"]) { width: 32px; height: 32px; }
:host([data-size="md"]) { width: 40px; height: 40px; }
:host([data-size="lg"]) { width: 56px; height: 56px; }
:host([name="Extension"])::after { border: 1px solid var(--apkt-colors-accent010); }
:host([data-wallet-icon="allWallets"])::after { border: 1px solid var(--apkt-colors-accent010); }
wui-icon[data-parent-size="inherit"] { width: 75%; height: 75%; align-items: center; }
wui-icon[data-parent-size="sm"] { width: 32px; height: 32px; }
wui-icon[data-parent-size="md"] { width: 40px; height: 40px; }
:host > wui-icon-box { position: absolute; overflow: hidden; right: -1px; bottom: -2px; z-index: 1; border: 2px solid var(--apkt-tokens-theme-backgroundPrimary); padding: 1px; }
