.agent-wallet-currency-reserve{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.agent-wallet-notice-reserve{
  min-height:48px;
  margin:0 0 8px;
  border-radius:12px;
  background:#edf9f6;
}
.agent-wallet-currency-reserve article{
  min-width:0;
  padding:18px;
  border:1px solid #e6d6ad;
  border-radius:18px;
  background:#fffdf8;
  display:grid;
  gap:8px;
}
.agent-wallet-currency-reserve small{color:#756d60}
.agent-wallet-currency-reserve strong{color:#182f50;font-size:clamp(16px,2vw,24px);overflow-wrap:anywhere}
@media(max-width:700px){
  .agent-wallet-notice-reserve{min-height:38px}
  .agent-wallet-currency-reserve{grid-template-columns:1fr!important;gap:8px}
  .agent-wallet-currency-reserve article{min-height:78px;padding:13px;border-radius:13px}
}
