.author-box{margin:1.75rem 0 0}
.author-box__inner{display:flex;align-items:flex-start;gap:1rem 1.15rem;padding:1rem 1.1rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px}
.author-box__media{flex:0 0 auto}
.author-box__photo{display:block;width:88px;height:88px;border-radius:50%;overflow:hidden;background:#e5e7eb;border:1px solid #e5e7eb;text-decoration:none}
.author-box__photo img{display:block;width:100%;height:100%;object-fit:cover}
.author-box__photo--fallback{display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:800;color:#334155;background:#f1f5f9}
.author-box__body{flex:1 1 auto;min-width:0}
.author-box__label{margin:0 0 .2rem;font-size:.78rem;font-weight:600;color:#9ca3af}
.author-box__name{margin:0 0 .45rem;font-size:1.15rem;font-weight:800;line-height:1.25;color:#111827}
.author-box__name a{color:inherit;text-decoration:none}
.author-box__name a:hover{color:#b91c1c}
.author-box__bio{margin:0;font-size:.92rem;line-height:1.55;color:#374151}
.author-box__more{color:#2563eb;font-weight:600;text-decoration:none;white-space:nowrap}
.author-box__more:hover{text-decoration:underline}
.author-profile{padding:1.25rem 0 2.5rem}
.author-profile__layout{display:grid;grid-template-columns:200px 1fr;gap:1.5rem 2rem;align-items:start}
.author-profile__photo{width:100%;max-width:200px;aspect-ratio:3/4;object-fit:cover;background:#f3f4f6;border:1px solid #e5e7eb}
.author-profile__photo--fallback{display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:800;color:#64748b;background:#f1f5f9;border:1px solid #e5e7eb;aspect-ratio:3/4;max-width:200px}
.author-profile__name{margin:0 0 .35rem;font-size:1.85rem;font-weight:800;line-height:1.2;color:#111827}
.author-profile__role{margin:0 0 1rem;font-size:.95rem;color:#6b7280;font-weight:500}
.author-profile__bio{margin:0;font-size:1rem;line-height:1.7;color:#374151;white-space:pre-line}
.author-profile__articles{margin-top:2rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}
.author-profile__articles-title{margin:0 0 1rem;font-size:1.2rem;font-weight:800}
@media (max-width:720px){
.author-box__inner{gap:.85rem;padding:.9rem}
.author-box__photo{width:72px;height:72px}
.author-box__name{font-size:1.05rem}
.author-box__bio{font-size:.88rem}
.author-profile__layout{grid-template-columns:1fr;gap:1rem}
.author-profile__photo,.author-profile__photo--fallback{max-width:160px;margin:0 auto}
.author-profile__name{font-size:1.45rem;text-align:center}
.author-profile__role{text-align:center}
}
/* Article bottom byline (Authored By + Published | Site) */
.article-byline{
  margin:1.5rem 0 0;
  padding-top:1rem;
  border-top:1px solid #e5e7eb;
}
.article-byline__authored,
.article-byline__meta{
  margin:0;
  font-size:.88rem;
  line-height:1.55;
  color:#111827;
}
.article-byline__authored{margin-bottom:.2rem}
.article-byline__label{color:#6b7280;font-weight:500}
.article-byline__author{
  color:#2563eb;
  font-weight:600;
  text-decoration:none;
}
a.article-byline__author:hover{text-decoration:underline}
.article-byline__sep{color:#9ca3af;margin:0 .25rem}
.article-byline__site{color:#111827;font-weight:500}