/* =========================================================
   V146 - Portfolio 仅保留账户文字
   只针对英文 Portfolio 账户汇总列表
   Spot / Contract / Delivery contract account /
   Financial account / Miner assets
   ========================================================= */

/* Portfolio 每一行左侧图标隐藏 */
.assetsCenter .assets-content-title + .assets-list.flex.justify-between .items-center > img,
.assetsCenter .assets-list.flex.justify-between .items-center > img.w-44.h-44{
  display:none!important;
}

/* 左侧账户名称改为纯文字对齐 */
.assetsCenter .assets-list.flex.justify-between .items-center{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  padding-left:0!important;
}

.assetsCenter .assets-list.flex.justify-between .items-center .symbol-name{
  margin-left:0!important;
  padding-left:0!important;
  color:var(--cx-text, var(--a141-text, #fff))!important;
  font-size:15px!important;
  line-height:22px!important;
  font-weight:800!important;
}

/* 账户列表保持干净，不做额外卡片 */
.assetsCenter .assets-list.flex.justify-between{
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
}

/* 右侧余额保持原样，只做数字对齐 */
.assetsCenter .assets-list.flex.justify-between > .flex-col.text-right{
  min-width:108px!important;
}

.assetsCenter .assets-list.flex.justify-between > .flex-col.text-right .textColor{
  font-variant-numeric:tabular-nums!important;
  font-weight:800!important;
}

.assetsCenter .assets-list.flex.justify-between > .flex-col.text-right .text-grey{
  font-variant-numeric:tabular-nums!important;
}

/* 不影响现货币种列表中的 40px/42px 加密货币 logo */
.assetsCenter .assets-list:not(.flex.justify-between) .flex.items-center > img,
.assetsCenter .assets-list:not(.flex.justify-between) img.cx143-coin-logo,
.assetsCenter .assets-list:not(.flex.justify-between) img.cx144-coin-logo{
  display:block!important;
}
