/* 行情页合约自选列表：确保 CoinIcon 占位符可见 */
html.gate-ui .store .coin-item .ci-placeholder,
html.gate-ui .store .coin-item .ci-single,
html.gate-ui .store .coin-item .coin-list-icon {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}
html.gate-ui .store .coin-item .ci-placeholder-text {
  color: #fff !important;
}

/* ETF/秒合约选币抽屉：搜索下方币种 Logo */
.drawer .drawer-coin-cell .left,
.futures .drawer-coin-cell .left {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
}
.drawer .drawer-coin-cell .gate-drawer-coin-icon,
.futures .drawer-coin-cell .gate-drawer-coin-icon {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
  flex-shrink: 0 !important;
  background: var(--background-secondary, #1f2430);
}
.drawer .drawer-coin-cell .gate-drawer-coin-ph,
.futures .drawer-coin-cell .gate-drawer-coin-ph {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  flex-shrink: 0 !important;
}
.drawer .drawer-coin-cell .left .font-14,
.futures .drawer-coin-cell .left .font-14 {
  color: var(--content-primary, #eaecef) !important;
}
