.hub-article-summary-badge {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--accent, #5eead4);
  background: rgba(94, 234, 212, 0.1);
  border: 1px solid rgba(94, 234, 212, 0.28);
  border-radius: 6px;
}

.hub-article-source {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-muted, #8b98ab);
}

.hub-article-source a {
  color: var(--accent, #5eead4);
  font-weight: 600;
  text-decoration: none;
}

.hub-article-source a:hover {
  text-decoration: underline;
}

.hub-article-figure figcaption {
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted, #8b98ab);
}

.hub-article-figure figcaption a {
  color: var(--accent, #5eead4);
  font-weight: 600;
  text-decoration: none;
}

.hub-article-figure figcaption a:hover {
  text-decoration: underline;
}

.hub-article-figure-note {
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-muted, #8b98ab);
  background: var(--bg-elevated, #141a24);
  border: 1px solid rgba(94, 234, 212, 0.14);
  border-radius: 8px;
}

.hub-article-disclaimer {
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(94, 234, 212, 0.14);
  background: var(--bg-elevated, #141a24);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.hub-article-disclaimer__title {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text, #e8edf5);
}

.hub-article-disclaimer p {
  margin: 0 0 0.65rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-muted, #8b98ab);
}

.hub-article-disclaimer p:last-child {
  margin-bottom: 0;
}

.hub-article-disclaimer__links a {
  color: var(--accent, #5eead4);
  font-weight: 600;
  text-decoration: none;
}

.hub-article-disclaimer__links a:hover {
  text-decoration: underline;
}
