.affiliate-disclosure {
  max-width: 820px;
  margin: 18px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--warm);
  background: var(--soft);
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.5;
}

.affiliate-disclosure strong { color: var(--ink); }

.footer-affiliate {
  display: block;
  max-width: 520px;
  margin-top: 8px;
  color: #bcaea3;
  font-size: .76rem;
  line-height: 1.45;
}

.article-body a[rel~="sponsored"]::after {
  content: " · paid link";
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .72em;
  white-space: nowrap;
}
