.sa-author-card {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    border-radius: 12px;
}

.sa-author-name a {
    color: #1B1A3E;
}

.sa-author-image img,
.sa-author-image .avatar {
    width: 68px;
    height: 68px;
    border-radius: 10px;
    object-fit: cover;
}

.sa-author-content {
    flex: 1;
    max-width: 300px;
}

.sa-author-name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #1B1A3E;
}

.sa-author-name a {
    color: #1B1A3E !important;
    text-decoration: underline;
}

.sa-author-title {
    color: #67667E;
    line-height: 20px;
    font-size: 12px;
}

h3.sa-fw-name {
    font-size: 20px !important;
    line-height: 28px;
    color: #010028 !important;
    margin: 0px !important;
    font-weight: 500 !important;
}

h3.sa-fw-name a {
    color: #010028;
    font-size: 20px;
    line-height: 28px;
}

.sa-fw-role {
    font-size: 14px;
    line-height: 16px;
    color: #1B1A3E;
    font-weight: 400;
}

.sa-author-job{
    color: #67667E;
    line-height: 20px;
    font-size: 12px;
}

.sa-author-credentials {
    color: #777;
    margin-top: 5px;
    font-size: 14px;
}

.sa-author-bottom {
    margin-top: 40px;
    margin-bottom: 0;
}

.sa-contributors-wrapper{
    margin: 5px 0 35px 0;
    display: flex;
    gap: 18px;
}

.sa-divider{
    width:1px;
    min-width:1px;
    background:#d1d1d1;
    align-self:stretch;
}

/* .sa-contributor-group{
    margin-bottom:20px;
} */

.sa-section-title{
    font-size:24px;
    margin-bottom:18px;
    font-weight:600;
}

.sa-card-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(378px,1fr));
    gap:20px;
}

.sa-author-image img,
.sa-author-image .avatar{
    width:72px;
    height:72px;
    border-radius:14px;
    object-fit:cover;
    display:block;
}

.sa-author-content{
    flex:1;
}

.sa-fullwidth-contributors{
    display:flex;
    flex-direction:column;
    gap:24px;
    margin:40px 0 0px;
}

.sa-fw-card{
    display:flex;
    gap:24px;
    background:#f5f5f5;
    border-radius:18px;
    padding:12px;
    align-items: flex-start;
}

.sa-fw-auth {
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding: 5px 0px;
}

.sa-fw-auth .sa-fw-readmore a {
    color: #1B1A3E;
    font-weight: 300;
    text-decoration: underline;
}

.sa-fw-left img,
.sa-fw-left .avatar{
    width:120px;
    height:120px;
    border-radius:16px;
    object-fit:cover;
}

.sa-fw-name{
    font-size:32px;
    margin-bottom:10px;
}

.sa-fw-jobtitle {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #1B1A3E;
}

.sa-fw-links-wrapper{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.sa-fw-links-wrapperd a{
    padding:8px 14px;
    border-radius:40px;
    background:#fff;
    border:1px solid #ddd;
    text-decoration:none;
}

.sa-fw-links img {
    width: 12px;
    height: 12px;
}

.sa-fw-links {
    display: flex;
    gap: 5px;
    padding: 0px 10px;
    border-radius: 40px;
    background: #67667E;
    border: 1px solid #ddd;
    text-decoration: none;
    align-items: center;
}

.sa-fw-links a {
    font-size: 12px;
}

.sa-fw-readmore a{
    text-decoration:none;
    font-weight:600;
}

div#jp-relatedposts {
    display: none !important;
}

@media(max-width:767px){

    .sa-contributors-wrapper {
        flex-direction: column;
    }

    .sa-card-grid{
        grid-template-columns:1fr;
    }

    .sa-author-card{
        align-items:flex-start;
    }

    .sa-fw-card{
        flex-direction:column;
        align-items:flex-start;
    }

    .sa-fw-name{
        font-size:26px;
    }
}


.sa-section-heading{
    margin-bottom: 15px;
}

.sa-author-guides-wrapper {
    padding: 2rem 0px;
}

.sa-guides-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.sa-guide-card{
    text-decoration:none;
}

.sa-guide-card {
    transition: all 0.4s ease;
    border-radius: 31px;
    padding: 15px;
}

a.sa-guide-card:hover {
    box-shadow: 0px 0px 9px 2px rgb(0, 0, 0, 0.1);
}

.sa-guide-image img{
    width:100%;
    border-radius:15px !important;
    display:block;
}

.sa-guide-meta{
    display:flex;
    gap:10px;
    margin-top:12px;
    color:#67667E;
    font-size:14px;
}

.sa-guide-title{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #010028;
}

.sa-authors-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
    margin-top:20px;
}

.sa-author-box{
    display:flex;
    gap:18px;
    background: #E6E6EA;
    border-radius:18px;
    padding:20px;
    align-items:flex-start;
}

.sa-author-thumb img,
.sa-author-thumb .avatar{
    width:90px;
    height:90px;
    border-radius:14px;
    object-fit:cover;
    border-radius: 12px !important;
}

.sa-author-info h5 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
    color: #1B1A3E;
}

.sa-author-role {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.sa-authors-wrapper .sa-readmore {
    color: #1B1A3E;
    text-decoration: underline;
}

@media(max-width:767px){

    .sa-guides-grid,
    .sa-authors-grid{
        grid-template-columns:1fr;
    }

    .sa-section-heading{
        font-size:38px;
    }
}

.gravatar-hovercard {
    display: none !important;
}