.wallet-filter{display:flex;align-items:end;gap:12px;background:#fff;border:1px solid #e4eaf4;border-radius:12px;padding:14px 16px;margin-bottom:18px}.wallet-filter label{display:grid;gap:5px;font-size:12px;font-weight:700;color:#304a73}.wallet-filter input{border:1px solid #d7e0ef;border-radius:7px;padding:9px 11px;color:#17335d}.wallet-filter .primary{padding:10px 15px}.wallet-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.wallet-table td:nth-child(3){max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1000px){.wallet-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.wallet-filter{display:grid;grid-template-columns:1fr 1fr}.wallet-filter .primary,.wallet-filter .outline{width:100%;text-align:center}.wallet-grid{grid-template-columns:1fr}.wallet-table th:nth-child(3),.wallet-table td:nth-child(3),.wallet-table th:nth-child(6),.wallet-table td:nth-child(6){display:none}}
