.news-source-note {
  display: grid;
  gap: 4px;
  padding: 12px 13px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(13,22,41,.98), rgba(8,16,32,.98));
}

.news-source-note > span {
  color: var(--teal-soft);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .06em;
}

.news-source-note > strong {
  font-size: 11px;
}

.news-source-note > small {
  color: var(--muted);
  font-size: 8px;
  line-height: 1.4;
}

.news-intel-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 16px;
  background: rgba(13,22,41,.9);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,.11);
}

.news-intel-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.news-intel-copy strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-intel-copy small {
  color: var(--muted);
  font-size: 8px;
}

.news-confidence {
  flex: none;
  padding: 5px 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: var(--muted);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .04em;
}

.news-confidence[data-state="high"] {
  color: var(--teal-soft);
  background: rgba(53,208,196,.08);
}

.news-confidence[data-state="medium"] {
  color: #ffd18a;
  background: rgba(255,209,138,.08);
}

.news-confidence[data-state="watch"] {
  color: var(--rose-soft, #ffb6ce);
  background: rgba(244,91,145,.07);
}

.news-empty-card {
  margin: 0;
}

.news-empty-card strong {
  display: block;
  margin-bottom: 5px;
}

.news-empty-card p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}
