#hg1815MobileDebtors{display:none}

@media(max-width:900px){
  #tblClassDebtors{display:none}
  #hg1815MobileDebtors{
    display:grid;
    gap:8px;
    margin-top:10px;
    min-width:0;
  }
  .hg1815-mobile-debtor{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto auto;
    align-items:center;
    gap:6px;
    min-width:0;
    padding:8px 10px;
    border:1px solid #33445e;
    border-radius:11px;
    background:linear-gradient(180deg,#111c2f,#0c1627);
  }
  .hg1815-mobile-debtor-name{
    min-width:0;
    color:#f8fafc;
    font-size:14px;
    font-weight:700;
    overflow-wrap:anywhere;
  }
  .hg1815-mobile-debtor-debt{
    min-width:0;
    color:#ff6674;
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
  }
  .hg1815-mobile-pay{
    min-height:32px;
    margin:0;
    padding:5px 8px;
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
  }
}
