/* WebWize Authorship Base */
.wwa-signature{
  --wwa-border:#dcdcde;
  --wwa-muted:#646970;
  border:1px solid var(--wwa-border);
  border-radius:16px;
  padding:14px 16px;
  margin-top:18px;
}
.wwa-row{display:flex;gap:12px;align-items:flex-start;}
.wwa-avatar img{width:52px;height:auto;border-radius:999px;object-fit:cover;display:block;}
.wwa-byline{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;}
.wwa-label{color:var(--wwa-muted);font-weight:600;}
.wwa-name{font-weight:800;text-decoration:none;}
.wwa-title{color:var(--wwa-muted);font-weight:600;}
.wwa-bio{margin-top:6px;color:var(--wwa-muted);line-height:1.45;}
.wwa-coauthors{margin-top:8px;color:var(--wwa-muted);}
.wwa-coauthors a{text-decoration:none;}
.wwa-layout-minimal .wwa-bio{display:none;}

.wwa-layout-editorial .wwa-avatar img{width:125px;height:auto;border-radius:18px;}
