/* phpcs:ignoreFile */
.featured-article-hero {

  a[href]:not([class]) {
    color: var(--ink-brand);
    text-decoration: none;
    font-size: var(--text-step-3);
    line-height: 1.2rem;
  }
}
