/* R74E31R — BSC USDT only, same stable-sibling method as TRON.
   Existing bnbLedger owner remains active and byte-identical.
   Only its USDT summary/table are visually hidden while the stable sibling is shown. */

#bnbLedger[data-sz31r-asset="usdt"] .sz74e8-money-summary,
#bnbLedger[data-sz31r-asset="usdt"] .sz74e8-desktop,
#bnbLedger[data-sz31r-asset="usdt"] .sz74e8-mobile{display:none!important}

#szBscLedgerStable31R[hidden]{display:none!important}
#szBscLedgerStable31R{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
}
#szBscLedgerStable31R .sz31r-summary{
  display:grid!important;
  gap:6px!important;
  margin:0 0 12px!important;
  padding:14px 16px!important;
  border:1px solid rgba(148,163,184,.12)!important;
  border-radius:14px!important;
  background:rgba(10,19,39,.72)!important;
}
#szBscLedgerStable31R .sz31r-summary>b{font-size:12px!important;color:#fff!important}
#szBscLedgerStable31R .sz31r-summary>span{font-size:10px!important;color:#9aa5b8!important}
#szBscLedgerStable31R .sz31r-summary strong{color:#e5e7eb!important}
#szBscLedgerStable31R .sz31r-summary small{font-size:9px!important;color:#7f8ca6!important}
#szBscLedgerStable31R .sz31r-table-wrap{width:100%!important;max-width:100%!important;overflow:hidden!important}
#szBscLedgerStable31R .sz31r-table{width:100%!important;max-width:100%!important;table-layout:fixed!important;border-collapse:collapse!important}
#szBscLedgerStable31R th,#szBscLedgerStable31R td{
  padding:12px 9px!important;
  border-bottom:1px solid rgba(148,163,184,.10)!important;
  font-size:10px!important;
  line-height:1.45!important;
  vertical-align:middle!important;
  overflow-wrap:anywhere!important;
}
#szBscLedgerStable31R th{color:#9aa5b8!important;text-align:left!important}
#szBscLedgerStable31R td{color:#eef2ff!important}
#szBscLedgerStable31R .sz31r-extra td:nth-child(3){color:#fb7185!important;font-weight:800!important}
#szBscLedgerStable31R a{color:#4f7cff!important;text-decoration:underline!important}
@media(max-width:720px){
  #szBscLedgerStable31R .sz31r-table-wrap{overflow-x:auto!important}
  #szBscLedgerStable31R .sz31r-table{min-width:620px!important}
}