/* Bankamatic 6.8 — currency flags and crypto icons */
.bm-currency-card-head{align-items:center}
.bm-currency-flag{font-size:28px!important;line-height:1!important;display:grid!important;place-items:center!important;width:48px!important;height:48px!important;border-radius:14px!important;background:rgba(37,99,235,.10)!important;color:inherit!important;box-shadow:inset 0 0 0 1px rgba(37,99,235,.14)}
.bm-currency-name{min-width:0;display:grid;gap:2px}
.bm-currency-name small{display:block;color:var(--bm-muted,#64748b);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.bm-currency-name h3{font-size:21px!important;line-height:1.2!important}
html[data-theme=dark] .bm-currency-flag{background:rgba(56,189,248,.08)!important;box-shadow:inset 0 0 0 1px rgba(56,189,248,.12)}

.bm-crypto-mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:22px;font-weight:900;flex:0 0 38px;color:#fff}
.bm-crypto-mark--bitcoin{background:linear-gradient(135deg,#f7931a,#ffb048)}
.bm-crypto-mark--ethereum{background:linear-gradient(135deg,#627eea,#8ea1ff)}
.bm-crypto-mark--solana{background:linear-gradient(135deg,#14f195,#9945ff)}
.bm-crypto-mark--ripple{background:linear-gradient(135deg,#23292f,#5d6c7a)}
.bm-crypto-mark--bnb{background:linear-gradient(135deg,#f3ba2f,#f8d665);color:#1b1b1b}
.bm-crypto-mark--cardano{background:linear-gradient(135deg,#0033ad,#3e7cff)}
.bm-crypto-mark--dogecoin{background:linear-gradient(135deg,#c2a633,#e5d177);color:#2b2411}
.bm-crypto-mark--avax{background:linear-gradient(135deg,#e84142,#ff7d83)}
.bm-crypto-mark--generic{background:linear-gradient(135deg,#0ea5e9,#22c55e)}
.bm-crypto-card-head img,.bm-crypto-mark{box-shadow:0 8px 20px rgba(15,23,42,.08)}
@media(max-width:640px){.bm-currency-flag{width:44px!important;height:44px!important;font-size:25px!important}.bm-currency-name h3{font-size:19px!important}}
