/**
 * Insight hub + article pages: make cross-links to /insights/ obvious in body copy
 * (WCAG: links identifiable without relying on color alone).
 * Scoped to <article> so header nav / hero chrome stay unchanged.
 */
article a[href^="/insights"],
article a[href^="https://coalesce360.solutions/insights"] {
  text-decoration: underline;
  text-underline-offset: 2px;
}

article a[href^="/insights"]:hover,
article a[href^="https://coalesce360.solutions/insights"]:hover {
  text-decoration-thickness: 2px;
}
