/* KK AI Citation – Author Box v1.0.0 */
.kkaic-author-box{
  margin:36px 0 24px;
  padding:22px 24px;
  background:#fffdf8;
  border:1px solid rgba(200,169,110,0.45);
  border-left:5px solid #c8a96e;
  border-radius:10px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:15px;
  line-height:1.6;
  color:#1a1a1a;
  box-shadow:0 2px 8px rgba(200,169,110,0.10);
}
.kkaic-author-head{
  display:flex;align-items:flex-start;gap:18px;
  margin-bottom:14px;
}
.kkaic-author-img,
.kkaic-author-monogram{
  width:72px;height:72px;border-radius:50%;
  flex-shrink:0;object-fit:cover;
  background:#c8a96e;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-family:Georgia,'Times New Roman',serif;font-size:36px;font-weight:700;
  box-shadow:0 2px 6px rgba(0,0,0,0.10);
}
.kkaic-author-meta{flex:1;min-width:0}
.kkaic-author-label{
  font-size:11px;text-transform:uppercase;letter-spacing:0.12em;
  color:#8a7450;font-weight:700;margin-bottom:4px;
}
.kkaic-author-name{
  font-family:Georgia,'Times New Roman',serif;
  font-size:22px;font-weight:700;color:#0d1b2a;
  line-height:1.2;margin-bottom:2px;
}
.kkaic-author-title{
  font-style:italic;color:#5b4a30;font-size:14px;
}
.kkaic-author-cred{
  margin-top:6px;font-size:13px;color:#5b4a30;
}
.kkaic-author-bio{
  margin:14px 0 12px;
  color:#1a1a1a;
}
.kkaic-author-bio p{margin:0 0 10px}
.kkaic-meta-row{
  padding-top:12px;
  border-top:1px dashed rgba(200,169,110,0.35);
  font-size:13px;color:#5b4a30;
  display:flex;align-items:center;flex-wrap:wrap;gap:6px;
}
.kkaic-author-link{
  color:#8a7450;text-decoration:underline;font-weight:600;
}
.kkaic-author-link:hover{color:#c8a96e}

@media (max-width:600px){
  .kkaic-author-box{padding:18px;margin:28px 0}
  .kkaic-author-head{gap:14px}
  .kkaic-author-img,.kkaic-author-monogram{width:56px;height:56px;font-size:26px}
  .kkaic-author-name{font-size:19px}
  .kkaic-meta-row{flex-direction:column;align-items:flex-start;gap:3px}
  .kkaic-meta-row > *::before{content:""}
}
