
  @media(max-width:640px){#v10-testi-access>div:nth-child(3){flex-direction:column}#v10-testi-open{min-height:48px}}

  /* v11 — Transaksi Terbaru: header and three cards stay compact and aligned. */
  #kcd-latest-tx-card{padding:20px !important;border-radius:18px !important;overflow:hidden}
  #kcd-latest-tx-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
  #kcd-latest-tx-title{margin:0 !important;white-space:nowrap;line-height:1.2;flex:1;min-width:0}
  #kcd-latest-tx-total{flex:0 0 auto;min-width:108px;text-align:center;font-size:.78rem;font-weight:900;color:#fff;background:var(--success);padding:8px 12px;border-radius:10px;line-height:1.2}
  #recent-transactions-list{display:grid !important;grid-template-columns:1fr !important;gap:10px !important}
  #recent-transactions-list .bi-item{min-height:76px;padding:13px 15px;border-radius:14px;gap:14px}
  #recent-transactions-list .bi-item-left{min-width:0;gap:13px}
  #recent-transactions-list .bi-icon{width:46px;height:46px;border-radius:10px;flex:0 0 46px}
  #recent-transactions-list .bi-name{font-size:.95rem;line-height:1.25;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  #recent-transactions-list .bi-sub{font-size:.7rem;line-height:1.25}
  #recent-transactions-list .bi-price{font-size:1.02rem;min-width:92px;text-align:right}
  @media(max-width:520px){
    #kcd-latest-tx-head{gap:10px}
    #kcd-latest-tx-title{font-size:.72rem !important;letter-spacing:1.4px}
    #kcd-latest-tx-total{min-width:auto;padding:7px 9px;font-size:.7rem}
    #recent-transactions-list .bi-item{padding:11px 12px;min-height:70px}
    #recent-transactions-list .bi-icon{width:42px;height:42px;flex-basis:42px}
    #recent-transactions-list .bi-price{font-size:.92rem;min-width:78px}
  }
