.author-content-area {
    width: 100%;
}

#author-header {
    text-align: center;
    margin: 0 0 70px 0;
}

#author-image {
    padding: 110px 0 0 0;
    background-image: url("https://events.com/wp-content/uploads/2025/03/ellipse-bottom-750h.png");
    background-repeat: no-repeat;
    background-position: center bottom 125px;
    margin: 0 0 17px 0;
}

#author-image img {
    display: block;
    /*width: 100%;
    height: auto;
    max-width: 250px;*/
    margin: 0 auto;
    border-radius: 100%;
}

h1.author-name {
    color: #0C3891;
    /* Header • Desktop/Header 2 */
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin: 0 0 4px 0;
}

.author-title {
    color: #0C3891;
    /* Header • Desktop/Header 3 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 18px 0;
}

#author-container {
    padding: 0 30px;
    width: 100%;
    /*max-width: 1120px;*/
    max-width: 1180px;
    margin: 0 auto 100px auto;
    /*box-sizing: content-box;*/
}

#author-container h2 {
    color: #0C3891;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 10px 0;
}

#author-container p {
    color: #0C3891;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 28px;
}

#author-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

#author-social  li {
    display: inline-block;
    margin: 0 4px;
}

#author-social  li a {
    display: inline-block;
}

#author-social img {
    width: 47px;
    height: 47px;
}

.add-social-margin {
    margin-top: 15px!important;
}

h2.latest-by-author {
    color: #0C3891;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.single-authors #post-footer {
    margin-bottom: 0;
}
.single-authors #post-footer .blog-container {
    padding-bottom: 0;
}

@media only screen and (min-width: 1025px) {
    h1.author-name {
        font-size: 48px;
        line-height: 60px;
    }
    .author-title {
        font-size: 30px;
        line-height: 42px;
    }
    #author-container h2 {
        font-size: 30px;
        line-height: 42px;
    }
    #author-container p {
        font-size: 20px;
        line-height: 30px;
    }
    h2.latest-by-author {
        font-size: 30px;
        line-height: 42px;
    }
}















