/*
 * MediaCore CMS - Article Author Meta Gray
 * Scope: all themes.
 * Purpose: prevent author name below article title from inheriting red link color.
 */

body.article-page .post-info .author,
body.article-page .post-info .author a,
body.article-page .post-info .author strong,
body.article-page .post-info .article-post__author,
body.article-page .post-info .article-post__author a,
body.article-page .post-info .article-post__author-name,
body.article-page .post-info .article-meta-author,
body.article-page .post-info .article-meta-author a,
body.article-page .post-info .article-meta-author strong,
body.article-page .article-meta-line .article-meta-author,
body.article-page .article-meta-line .article-meta-author a,
body.article-page .article-meta-line .article-meta-author strong,
body.article-page a[rel="author"],
body.article-page a[rel="author"] strong {
  color: #475569 !important;
}

body.article-page .post-info .author a:hover,
body.article-page .post-info .article-post__author a:hover,
body.article-page .post-info .article-meta-author a:hover,
body.article-page .article-meta-line .article-meta-author a:hover,
body.article-page a[rel="author"]:hover,
body.article-page a[rel="author"]:hover strong {
  color: #0f172a !important;
  text-decoration: none !important;
}

body.article-page .post-info .date,
body.article-page .post-info .article-post__date,
body.article-page .article-meta-date {
  color: #64748b !important;
}
