
/* V401 - dashboard debt cards */
.v399-dashboard-debt-row{
  width:100%;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}
.v399-dashboard-debt-row > div{
  min-height:82px;
}
@media (max-width:640px){
  .v399-dashboard-debt-row{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .v399-dashboard-debt-row > div{
    padding:12px;
    min-height:78px;
  }
  .v399-dashboard-debt-row .text-\[20px\]{
    font-size:16px;
  }
}
