.sam-author-box{
    display:flex;
    align-items:center;
    gap:18px;
    padding:10px;
    margin:5px 0 10px 0;
    transition:all .3s ease;
}

.sam-author-image img{
    width:72px;
    height:72px;
    object-fit:cover;
    border-radius:50%;
}

.sam-author-content{
    flex:1;
}

.sam-author-label{
    font-size:10px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#7a8699;
}

.sam-author-name{
    margin:0 !important;
    font-size:14px;
    line-height:1.2;
}

.sam-author-name a{
    text-decoration:none;
}

.sam-author-designation{
    font-size:12px;
    color:#667085;
    font-weight:600;
}

.sam-author-qualification,
.sam-author-experience, .sam-author-links{
    display:inline-block;
    font-size:11px;
    color:#475467;
}

.sam-author-experience, .sam-author-links{
    margin-left:8px;
}

.sam-author-links a{
    font-size:11px;
    font-weight:600;
    text-decoration:none;
}

.sam-linkedin{
    color:#0A66C2;
    display:inline-flex;
    align-items:center;
}

.sam-linkedin svg{
    width:18px;
    height:18px;
}

.author-verified-badge{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:16px;
    height:16px;
    margin-left:6px;
    border-radius:50%;
    background:#0A66C2;
    color:#fff;
    font-size:10px;
    font-weight:700;
    vertical-align:middle;
}

.sam-author-updated{
    font-size:12px;
    color:#667085;
}

.sam-author-profile h1{
    margin-bottom:10px;
}

.sam-profile-designation{
    font-size:18px;
    font-weight:600;
    margin-bottom:20px;
}

.sam-profile-bio{
    margin-top:20px;
}

.sam-author-profile ul{
    padding-left:20px;
}

.sam-author-profile li{
    margin-bottom:10px;
}

.sam-author-profile img{
    width:250px;
    height:250px;
    object-fit:cover;
    border-radius:50%;
}
