.wallet-currencies-item{align-items:center;gap:var(--wallet-spacing-sm);background:var(--wallet-bg);border-radius:var(--border-radius-sm);padding:var(--spacing-4xs) var(--spacing-xs);cursor:pointer;display:flex}.wallet-currencies-item.is-virtualized{width:100%;top:var(--vertical-position);position:absolute}.wallet-currencies-item:not(:last-child){margin-bottom:var(--wallet-spacing-sm)}.wallet-currencies-item.is-disabled{opacity:.5}@media (hover){.wallet-currencies-item:hover:not(.is-disabled){background:var(--background-secondary)}}.wallet-currencies-item__left{min-width:0}.wallet-currencies-item__light{font:var(--body-sm-regular);color:var(--text-caption);line-height:normal}@layer mixins{.wallet-currencies-item__light{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}}.wallet-currencies-item__strong{font:var(--body-md-semibold);text-transform:uppercase;color:var(--text-light);line-height:normal}.wallet-currencies-item__right{text-align:right;flex-shrink:0;margin-left:auto}