.sec-article-byline { padding: 4px 0; }
.sec-article-byline .byline-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.sec-article-byline .byline-avatar img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; display: block; }
.sec-article-byline .byline-author { font-weight: 700; }
.sec-article-byline .byline-verified { color: #21a447; margin-left: 4px; }
.sec-article-byline .byline-date { color: var(--color-muted); }
