/* 联机 / 断联 + 已刷新（多页复用） */

.live-feed-status {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.live-feed-status__row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  max-width: 100%;
}

.live-feed-status__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #94a3b8;
}

.live-feed-status__dot--ok {
  background: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.35);
}

.live-feed-status__dot--bad {
  background: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.3);
}

.live-feed-status__dot--muted {
  background: #94a3b8;
  box-shadow: none;
}

.live-feed-status__line {
  color: #1f2430;
  text-align: left;
}

.live-feed-status__sub {
  font-size: 12px;
  color: #64748b;
}

/* 深色底（首页行情区、生肖选钞顶栏、专题 hero） */
.live-feed-status--dark .live-feed-status__line {
  color: #e8ecf4;
}

.live-feed-status--dark .live-feed-status__sub {
  color: #9aa3b5;
}
