.author-info {
    display: flex;
    align-items: center;
}
.author-avatar {
    border: 1px solid #10847E;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    margin-right: 15px;
}
.author-avatar img {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
}
.author-name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}
.author-name a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #10847E; /* Custom color as per design */
    text-decoration: none;
}
.author-title {
    color: #8897A2;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}