.feed-box {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  overflow: hidden;
}

.feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
}

.feed-title {
  font-weight: 950;
  font-size: 15px;
}

.feed-live {
  color: #b6c7ff;
  font-size: 12px;
}

.feed-list {
  display: grid;
  gap: 0;
  height: 214px;
  overflow-y: auto;
  overflow-x: hidden;
}

.feed-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  min-height: 66px;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255,255,255,.055);
}

.feed-name {
  font-weight: 900;
  font-size: 14px;
}

.feed-sub {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.feed-badge {
  align-self: center;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 900;
}

.feed-badge.buy {
  background: var(--red-soft);
  color: #ff9baa;
}

.feed-badge.sell {
  background: var(--blue-soft);
  color: #9fc0ff;
}

.feed-title {
  font-size: 16px !important;
}

.feed-list {
  height: 288px !important;
  max-height: 288px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.feed-item {
  min-height: 66px !important;
  padding: 13px 14px !important;
}

.feed-name {
  font-size: 14.5px !important;
}

.feed-sub {
  font-size: 12.5px !important;
}
