
.lc-author{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:42px 0 70px;color:#111}
.lc-author-hero{background:#0a0a0a;color:#fff;border-radius:10px;padding:34px;display:grid;grid-template-columns:170px 1fr;gap:32px;align-items:center;margin-bottom:34px}
.lc-author-avatar{width:170px;height:170px;border-radius:50%;overflow:hidden;background:#FFD500;border:5px solid #FFD500}
.lc-author-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.lc-author-kicker{display:inline-block;background:#FFD500;color:#111;font-weight:950;font-size:11px;padding:7px 10px;border-radius:5px;margin-bottom:12px}
.lc-author-copy h1{font-size:clamp(40px,5vw,68px);line-height:.95;letter-spacing:-.045em;margin:0 0 14px;font-weight:950;color:#fff}
.lc-author-bio{max-width:760px;font-size:16px;line-height:1.55;color:#ddd;margin:0 0 20px}
.lc-author-meta{display:flex;gap:18px;align-items:center;flex-wrap:wrap;font-size:11px;font-weight:850}
.lc-author-meta b{color:#FFD500;font-size:18px;margin-right:4px}
.lc-author-meta a{color:#FFD500;text-decoration:none}
.lc-author-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}
.lc-author-section-head{display:flex;justify-content:space-between;align-items:end;border-bottom:4px solid #111;padding:0 0 12px;margin-bottom:20px;gap:20px}
.lc-author-section-head h2{font-size:25px;line-height:1.05;margin:0;font-weight:950}
.lc-author-section-head span{font-size:10px;font-weight:900;color:#8a6e00;white-space:nowrap}
.lc-author-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.lc-author-card{border:1px solid #e4e4e4;border-radius:9px;overflow:hidden;background:#fff}
.lc-author-card-image{display:block;aspect-ratio:16/10;background:#eee center/cover no-repeat;position:relative}
.lc-author-card-image span{position:absolute;left:14px;bottom:14px;background:#FFD500;color:#111;padding:7px 9px;border-radius:5px;font-size:10px;font-weight:950}
.lc-author-card-copy{padding:16px}
.lc-author-card-date{font-size:9px;font-weight:850;margin-bottom:7px}
.lc-author-card-copy a{text-decoration:none;color:#111}
.lc-author-card-copy h3{font-size:21px;line-height:1.08;margin:0 0 9px;font-weight:950}
.lc-author-card-copy p{font-size:13px;line-height:1.5;color:#555;margin:0 0 13px}
.lc-author-read{display:inline-block;font-size:10px;font-weight:950;border-bottom:2px solid #FFD500;padding-bottom:3px}
.lc-author-pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}
.lc-author-pagination .page-numbers{padding:10px 13px;border:1px solid #ddd;border-radius:5px;color:#111;text-decoration:none;font-size:11px;font-weight:900}
.lc-author-pagination .current,.lc-author-pagination a:hover{background:#FFD500;border-color:#FFD500}
.lc-author-empty{padding:35px;border:1px solid #ddd;border-radius:8px}
@media(max-width:980px){
 .lc-author{width:calc(100% - 30px);padding-top:28px}
 .lc-author-layout{grid-template-columns:1fr}
 .lc-author-sidebar{display:block!important;width:100%!important}
}
@media(max-width:600px){
 .lc-author{width:calc(100% - 24px);padding-top:20px}
 .lc-author-hero{grid-template-columns:1fr;padding:24px;text-align:center;gap:18px}
 .lc-author-avatar{width:128px;height:128px;margin:0 auto}
 .lc-author-copy h1{font-size:42px}
 .lc-author-bio{font-size:15px}
 .lc-author-meta{justify-content:center}
 .lc-author-section-head{align-items:flex-start;flex-direction:column;gap:6px}
 .lc-author-section-head h2{font-size:22px}
 .lc-author-grid{grid-template-columns:1fr}
 .lc-author-card-copy h3{font-size:20px}
}


.lc-author-socials{display:flex;gap:8px;align-items:center;margin-top:16px}
.lc-author-socials a{
  width:36px;height:36px;border-radius:50%;
  display:grid;place-items:center;
  background:#fff;color:#111!important;
  text-decoration:none!important;
  transition:background .16s ease,transform .16s ease;
}
.lc-author-socials a:hover{background:#FFD500;transform:translateY(-1px)}
.lc-author-socials svg{
  width:17px;height:17px;
  fill:none;stroke:currentColor;stroke-width:1.9;
}
.lc-author-socials .lc-svg-fill{fill:currentColor;stroke:none}
@media(max-width:600px){
  .lc-author-socials{justify-content:center}
}
