.author-box { border-top: 1px solid #e2e4e8; padding: 15px; font-family: clear_sans, sans-serif; color: #191919; background: #fff; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.author-box a { text-decoration: none; }
.author-box__row { display: flex; align-items: center; gap: 12px; }
.author-box__avatar { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.author-box__name { font-size: 14px; font-weight: 700; color: #191919; }
.author-box__name:hover { color: #ff5400; }
.author-box__role { font-size: 13px; color: #888; margin-top: 1px; }
.author-box__checker { margin-top: 10px; font-size: 13px; color: #888; }
.author-box__checker-name { font-weight: 700; color: #191919; }
.author-box__checker-name:hover { color: #ff5400; }
.author-box__dates { display: flex; flex-wrap: wrap; gap: 4px 18px; font-size: 12px; color: #888; margin-top: 10px; }
