@media (max-width:760px){
  .agent-wallet-balance>div>p:last-child{display:none!important}
  .agent-wallet-actions button>span:first-child{
    box-sizing:border-box!important;
    grid-column:1!important;
    grid-row:1 / 3!important;
    align-self:center!important;
    width:44px!important;
    height:44px!important;
    padding:10px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:13px!important;
    background:#edf3ff!important;
    color:#9d884f!important;
  }
  .agent-wallet-actions button>span:first-child svg{
    width:24px!important;
    height:24px!important;
  }
  .agent-wallet-actions button>small{
    grid-column:2!important;
    grid-row:2!important;
  }
}
