/* 币种图标样式 */
.coin-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  margin-right: 8px;
  flex-shrink: 0;
}

.coin-icon.usdt {
  background-color: #26A17B;
}

.coin-icon.RWAU {
  /* 卡其色 */
  background-color: #8247E5;
}
