/* ═══════════════════════════════════════════
   LIFENEXTGEN — Style patch
   Article cards are now <a> tags
   ═══════════════════════════════════════════ */

/* Make article card anchor tags look like divs */
a.article-card {
  text-decoration: none;
  color: inherit;
  display: block;
}
a.article-card:visited { color: inherit; }
a.article-card .card-title { color: var(--text); }
