/* Article Byline Styling - Add to Code Injection */ .article-byline { margin-top: 1.6rem; margin-bottom: 0.8rem; font-size: 1.6rem; font-weight: 400; line-height: 1.4; } .byline-prefix { color: var(--color-secondary-text); } .byline-author { color: #b7985e !important; /* Your brand gold */ text-decoration: none; } .byline-author:hover { color: #9a7f4f !important; /* Your darker gold */ text-decoration: underline; } .article-byline-meta { font-size: 1.4rem; color: var(--color-secondary-text); font-weight: 400; letter-spacing: 0.01em; } .byline-meta-sep { margin: 0 0.6rem; } .article-byline-meta-date { color: var(--color-secondary-text); } .article-byline-meta-length { color: var(--color-secondary-text); } /* Ensure proper spacing in article header */ .article-header .article-byline { margin-top: 2rem; } .article-header .article-byline-meta { margin-top: 0.8rem; margin-bottom: 2rem; }