.bt-bank-card{min-width:0}.bt-bank-card__link{display:grid;grid-template-columns:72px 1fr;gap:14px;height:100%;padding:16px;border:1px solid var(--border);border-radius:20px;background:var(--surface);color:var(--fg);box-shadow:0 8px 24px color-mix(in oklab,#000,transparent 94%)}.bt-bank-card__link:hover{transform:translateY(-2px);color:var(--fg);box-shadow:var(--shadow)}.bt-bank-card__media{width:72px;height:72px;display:grid;place-items:center;border-radius:18px;background:var(--bg);border:1px solid var(--border);overflow:hidden;color:var(--brand-600);font-size:26px;font-weight:800}.bt-bank-card__media img{width:100%;height:100%;object-fit:contain;padding:10px}.bt-bank-card__body h3{margin:8px 0 6px}.bt-bank-card__body p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}@media(max-width:420px){.bt-bank-card__link{grid-template-columns:56px 1fr}.bt-bank-card__media{width:56px;height:56px;border-radius:15px}}
