.kwa-author-box{
    width:100%;box-sizing:border-box;padding:0!important;margin:28px auto 10px;
    border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important
}
.kwa-author-inner{
    width:100%;box-sizing:border-box;padding:24px 18px;border-radius:17px;
    background:var(--kwa-background,#ef9400);color:#fff;text-align:center;overflow:hidden
}
.kwa-avatar-wrap{
    width:94px;height:94px;margin:0 auto 12px;border-radius:50%;border:2px solid #fff;
    overflow:hidden;background:#eee;box-sizing:border-box
}
.kwa-avatar{width:100%!important;height:100%!important;object-fit:cover;display:block;margin:0!important;padding:0!important;border-radius:50%}
.kwa-avatar-empty{display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:var(--kwa-background,#ef9400);font-size:34px;font-weight:800}
.kwa-author-role{
    display:inline-block;padding:7px 15px;margin-bottom:7px;border-radius:18px;
    background:var(--kwa-role-bg,#ffca08);color:var(--kwa-role-text,#fff);font-size:13px;font-weight:700;line-height:1
}
.kwa-author-name{margin:3px 0 9px!important;color:#fff!important;font-size:23px!important;line-height:1.25!important;font-weight:800!important}
.kwa-author-bio{max-width:760px;margin:0 auto;color:#fff;font-size:15px;line-height:1.8;font-weight:600}
.kwa-author-bio p{margin:0 0 8px!important;color:inherit!important}
.kwa-author-socials{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:14px auto 2px}
.kwa-social-link{
    display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;
    background:rgba(255,255,255,.96);color:#222!important;text-decoration:none!important;font-size:11px;font-weight:800;
    box-shadow:0 3px 9px rgba(0,0,0,.15);transition:transform .2s ease,box-shadow .2s ease
}
.kwa-social-link:hover{color:#000!important;transform:translateY(-2px);box-shadow:0 5px 13px rgba(0,0,0,.22)}
.kwa-author-button{
    display:inline-flex;align-items:center;justify-content:center;min-height:45px;margin-top:15px;padding:0 28px;border-radius:24px;
    background:var(--kwa-button-bg,#f4ff00);color:var(--kwa-button-text,#000)!important;font-size:14px;font-weight:800;
    line-height:1;text-decoration:none!important;box-shadow:0 5px 14px rgba(0,0,0,.16);transition:transform .3s ease,filter .3s ease,box-shadow .3s ease
}
.kwa-author-button:hover{color:var(--kwa-button-text,#000)!important;transform:translateY(-2px) scale(1.03);filter:brightness(1.04);box-shadow:0 8px 18px rgba(0,0,0,.22)}
@media(max-width:768px){
    .kwa-author-box{padding:0!important;margin:20px auto 8px}
    .kwa-author-inner{padding:20px 13px;border-radius:16px}
    .kwa-avatar-wrap{width:88px;height:88px}
    .kwa-author-name{font-size:21px!important}
    .kwa-author-bio{font-size:14px;line-height:1.8}
    .kwa-author-button{min-height:43px;padding:0 24px}
}
