.article-card h2 a {
  color: inherit;
  text-decoration: none;
}
.article-card h2 a:hover,
.article-card h2 a:focus-visible {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.read-guide {
  display: inline-block;
  margin-top: 6px;
  color: var(--blue);
  font: 800 .78rem/1.2 Arial, sans-serif;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}
.read-guide:hover,
.read-guide:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
