/* Seitenlab CI §4.2 — prose / inline content links (app surfaces) */

.content-link,
.compare-header__desc a,
.searchintent-header__desc a,
.page-header__intro a,
.page-header p a:not([class]),
.template-cost-hint a,
.template-token-empty p a:not([class]),
.reports-main__intro a,
.reports-state p a:not([class]),
.expired-state a,
.footer-links a,
.faq-item a:not([class]) {
  color: var(--gold, #c9a84c);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.content-link:hover,
.compare-header__desc a:hover,
.searchintent-header__desc a:hover,
.page-header__intro a:hover,
.page-header p a:not([class]):hover,
.template-cost-hint a:hover,
.template-token-empty p a:not([class]):hover,
.reports-main__intro a:hover,
.reports-state p a:not([class]):hover,
.expired-state a:hover,
.footer-links a:hover,
.faq-item a:not([class]):hover {
  color: var(--cream, #f5ecd7);
  border-bottom-color: var(--cream-dim, #8a8375);
}
