.aart-author-box{
    border:1px solid #e4e8ef;
    border-radius:18px;
    padding:20px;
    margin:24px 0;
    background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 10px 28px rgba(10,35,70,.08);
    color:#102033;
    font-family:inherit;
    clear:both;
}
.aart-author-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    border-bottom:1px solid #edf1f6;
    padding-bottom:14px;
    margin-bottom:16px;
}
.aart-box-title{
    display:inline-block;
    font-size:12px;
    line-height:1;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:#0b3d78;
    margin-bottom:8px;
}
.aart-author-name{
    margin:0;
    font-size:22px;
    line-height:1.25;
    color:#0a2342;
}
.aart-reading-time{
    min-width:118px;
    text-align:center;
    border-radius:14px;
    padding:10px 12px;
    background:#0a2342;
    color:#fff;
}
.aart-reading-time span{
    display:block;
    font-size:11px;
    opacity:.86;
    margin-bottom:4px;
    text-transform:uppercase;
    letter-spacing:.05em;
}
.aart-reading-time strong{
    display:block;
    font-size:16px;
    line-height:1.1;
}
.aart-authors-list{
    display:grid;
    gap:16px;
}
.aart-author-body{
    display:flex;
    gap:16px;
    align-items:flex-start;
    padding:0;
}
.aart-authors-list .aart-author-body + .aart-author-body{
    border-top:1px solid #edf1f6;
    padding-top:16px;
}
.aart-avatar img,
.aart-avatar-img{
    border-radius:50%;
    border:3px solid #fff;
    box-shadow:0 8px 18px rgba(10,35,70,.15);
    width:82px;
    height:82px;
    object-fit:cover;
}
.aart-preview-avatar{
    display:inline-flex;
    width:82px;
    height:82px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#0a2342;
    color:#fff;
    font-size:34px;
    font-weight:800;
    border:3px solid #fff;
    box-shadow:0 8px 18px rgba(10,35,70,.15);
}
.aart-author-content{
    min-width:0;
}
.aart-single-author-name{
    margin:0 0 5px 0;
    font-size:18px;
    line-height:1.3;
    color:#0a2342;
}
.aart-author-designation{
    margin:0 0 8px 0;
    color:#546176;
    font-size:14px;
    font-weight:600;
}
.aart-author-bio,
.aart-author-content p{
    margin:0 0 10px 0;
    color:#26384f;
    font-size:15px;
    line-height:1.65;
}
.aart-verified-badge{
    display:inline-flex;
    vertical-align:middle;
    align-items:center;
    padding:3px 8px;
    border-radius:999px;
    background:#fff7e6;
    color:#7a4b00;
    font-size:11px;
    font-weight:800;
    letter-spacing:.02em;
    border:1px solid #ffd68a;
}
.aart-author-links{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.aart-author-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 12px;
    border-radius:999px;
    text-decoration:none;
    background:#eef4ff;
    color:#0b3d78;
    font-weight:700;
    font-size:13px;
}
.aart-author-links a:hover,
.aart-author-links a:focus{
    background:#0b3d78;
    color:#fff;
}
@media(max-width:640px){
    .aart-author-header,
    .aart-author-body{
        flex-direction:column;
    }
    .aart-reading-time{
        width:100%;
        text-align:left;
    }
    .aart-author-box{
        padding:16px;
        border-radius:14px;
    }
}
.aart-admin-wrap .aart-author-box{
    max-width:820px;
}
.aart-admin-author-list{
    max-height:180px;
    overflow:auto;
    border:1px solid #dcdcde;
    border-radius:8px;
    background:#fff;
    padding:8px 10px;
    margin-bottom:10px;
}
.aart-admin-author-list label{
    display:block;
    margin:6px 0;
    line-height:1.35;
}

.aart-dashboard-widget p{margin:8px 0;}
.aart-dashboard-widget img{box-shadow:0 4px 12px rgba(10,35,70,.18);}


/* v1.3.0 Impact layouts */
.aart-author-box.aart-layout-left_profile_card{
    position:relative;
    float:left;
    width:min(330px,42%);
    margin:10px 26px 20px 0;
    padding:0;
    overflow:hidden;
    border:1px solid rgba(11,61,120,.16);
    border-radius:24px;
    background:linear-gradient(145deg,#ffffff 0%,#f4f8ff 50%,#fff7e6 100%);
    box-shadow:0 18px 45px rgba(10,35,70,.16);
}
.aart-author-box.aart-layout-left_profile_card:before{
    content:"";
    display:block;
    height:7px;
    background:linear-gradient(90deg,#0a2342,#0b3d78,#f5a000);
}
.aart-layout-left_profile_card .aart-author-header{
    display:block;
    padding:18px 18px 12px;
    margin:0;
    border-bottom:0;
    text-align:left;
}
.aart-layout-left_profile_card .aart-box-title{
    background:rgba(11,61,120,.08);
    color:#0b3d78;
    padding:7px 10px;
    border-radius:999px;
    margin-bottom:12px;
}
.aart-layout-left_profile_card .aart-author-name{
    font-size:21px;
    letter-spacing:-.02em;
}
.aart-layout-left_profile_card .aart-reading-time{
    margin-top:14px;
    min-width:0;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border-radius:16px;
    background:linear-gradient(135deg,#0a2342,#0b3d78);
    box-shadow:0 12px 22px rgba(10,35,70,.20);
}
.aart-layout-left_profile_card .aart-reading-time span,
.aart-layout-left_profile_card .aart-reading-time strong{
    margin:0;
}
.aart-layout-left_profile_card .aart-authors-list{
    padding:0 18px 18px;
}
.aart-layout-left_profile_card .aart-author-body{
    display:block;
    text-align:center;
    padding:0;
}
.aart-layout-left_profile_card .aart-authors-list .aart-author-body + .aart-author-body{
    margin-top:16px;
    padding-top:16px;
    border-top:1px dashed rgba(84,97,118,.28);
}
.aart-layout-left_profile_card .aart-avatar{
    margin:-2px auto 12px;
    width:104px;
    height:104px;
}
.aart-layout-left_profile_card .aart-avatar img,
.aart-layout-left_profile_card .aart-avatar-img,
.aart-layout-left_profile_card .aart-preview-avatar{
    width:104px;
    height:104px;
    border:4px solid #ffffff;
    box-shadow:0 14px 30px rgba(10,35,70,.22),0 0 0 5px rgba(245,160,0,.16);
}
.aart-layout-left_profile_card .aart-single-author-name{
    font-size:20px;
    margin-bottom:8px;
}
.aart-layout-left_profile_card .aart-author-designation{
    display:inline-block;
    padding:8px 12px;
    border-radius:999px;
    background:#ffffff;
    color:#0a2342;
    box-shadow:0 8px 20px rgba(10,35,70,.08);
    line-height:1.45;
}
.aart-layout-left_profile_card .aart-author-bio,
.aart-layout-left_profile_card .aart-author-content p{
    font-size:14px;
    line-height:1.62;
}
.aart-layout-left_profile_card .aart-author-links{
    justify-content:center;
}
.aart-author-box.aart-layout-wide_banner{
    border:0;
    border-radius:26px;
    padding:22px;
    background:radial-gradient(circle at top left,rgba(245,160,0,.20),transparent 34%),linear-gradient(135deg,#071d37,#0b3d78);
    color:#ffffff;
    box-shadow:0 22px 60px rgba(10,35,70,.22);
}
.aart-layout-wide_banner .aart-box-title,
.aart-layout-wide_banner .aart-author-name,
.aart-layout-wide_banner .aart-single-author-name,
.aart-layout-wide_banner .aart-author-designation,
.aart-layout-wide_banner .aart-author-bio,
.aart-layout-wide_banner .aart-author-content p{color:#ffffff;}
.aart-layout-wide_banner .aart-reading-time{background:#f5a000;color:#0a2342;}
.aart-author-box.aart-layout-compact_card{
    max-width:760px;
    padding:16px;
    border-radius:16px;
}
.aart-layout-compact_card .aart-author-header{padding-bottom:10px;margin-bottom:12px;}
.aart-layout-compact_card .aart-author-name{font-size:18px;}
.aart-layout-compact_card .aart-avatar img,
.aart-layout-compact_card .aart-avatar-img,
.aart-layout-compact_card .aart-preview-avatar{width:64px;height:64px;}

@media (max-width:900px){
    .aart-author-box.aart-layout-left_profile_card{
        float:none;
        width:100%;
        max-width:none;
        margin:22px 0;
    }
}
@media (max-width:560px){
    .aart-author-header{display:block;}
    .aart-reading-time{margin-top:12px;width:100%;}
    .aart-author-body{display:block;text-align:center;}
    .aart-avatar{margin:0 auto 12px;}
}
