.single-author-container {
    max-width: 1090px;
    margin: auto;
    padding: 20px;
}

.single-author-avatar {
    display: block;
    clear: both;
    text-align: center;
}

.single-author-avatar img {
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.single-author-info{
    text-align: left;
    max-width: 850px;
    margin: 20px auto;
}

.single-author-info h1 {
    text-align: center;
    font-size: 34px;
    color: #2c2e2f;
    margin-bottom: 20px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
}

p.single-author-bio {
    color: #333333;
    font-size: 19px;
    letter-spacing: 0.3px;
    line-height: 1.5;
    margin-bottom: 19px;
}

.single-author-autobiography p {
    color: #333333;
    font-size: 19px;
    letter-spacing: 0.3px;
    line-height: 1.5;
    margin-bottom: 19px;
}

p.author-autobiography  {
    color: #333333;
    font-size: 19px;
    letter-spacing: 0.3px;
    line-height: 1.5;
    margin-bottom: 19px;
}

.single-author-info h2 {
    text-align: left;
    font-size: 25px;
    color: #2c2e2f;
    margin-bottom: 20px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    margin-top: 40px;
}

.single-author-info h2 span {
    font-weight: 600 !important;
}

.author-featured-post {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.featured-post-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
}

.featured-post-thumbnail {
    flex: 0 0 20%; 
    max-width: 20%;
    box-sizing: border-box;
}

.featured-post-thumbnail img {
    width: 100%;
    height: auto;
}

.featured-post-content {
    flex: 1;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .featured-post-content {
        position: relative;
        top: -5px;
    }
}

h2.featured-post-title {
    margin-bottom: 10px;
}

h2.featured-post-title a {
    font-size: 19px;
    line-height: 1.3;
    font-weight: bold;
    font-size: 18px;
    flex-basis: 100%;
    color: #000;
    text-decoration: none;
}

p.featured-post-excerpt {
    color: #293644;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 21px;
}

.featureArticleHldr {
    max-width: 850px;
    margin: 20px auto 40px auto;
}

h2.featuredArticlesTitle {
    text-align: left;
    font-size: 25px;
    color: #2c2e2f;
    margin-bottom: 30px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    margin-top: 40px;
}

button#load-more {
    background-color: #27A2FF;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0;
    transition: ease all 0.5s;
    padding: 15px 20px;
    max-width: 250px;
    border: none;
    width: 100%;
    display: block;
    margin: 40px auto 0 auto;
    position: relative;
}

button#load-more:hover {
    background: #138EEB ;
}

button#load-more .spinner {
    top: 9px;
    left: 9px;
    background: url(../../images/2017-images/blog-loading.svg) center no-repeat;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

@media (max-width: 768px) {
    .featured-post-item {
        flex: 1 1 100%; /* Full width for mobile */
    }
}
