/* SomGeek single article sidebar text consistency */

body.single-post .sg-article-widget > h2 {
    color: #c5c9ce !important;
}

body.single-post .sg-article-widget__posts h3,
body.single-post .sg-article-widget__posts h3 a,
body.single-post .sg-article-widget__posts h3 a:link,
body.single-post .sg-article-widget__posts h3 a:visited,
body.single-post .sg-article-widget__posts h3 a:focus,
body.single-post .sg-article-widget__posts h3 a:active {
    color: #b7bcc2 !important;
    opacity: 1 !important;
    text-decoration: none;
}

body.single-post .sg-article-widget__posts h3 a:hover {
    color: var(--sg-gold-bright) !important;
}

body.single-post .sg-article-widget__posts time {
    color: #858d96 !important;
    opacity: 1 !important;
}

body.single-post .sg-article-categories a,
body.single-post .sg-article-categories a:link,
body.single-post .sg-article-categories a:visited {
    color: #b7bcc2 !important;
    opacity: 1 !important;
}

body.single-post .sg-article-categories a:hover {
    color: var(--sg-gold-bright) !important;
}
