/*
Theme Name: Neve Child
Theme URI: https://entrelinhasdaviagem.com
Description: Tema filho do Neve
Author: Lilian
Template: neve
Version: 1.0.0
Text Domain: neve-child
*/
.custom-author-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 60px 24px 80px;
}

.custom-author-header {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 56px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
}

.custom-author-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    object-fit: cover;
}

.custom-author-label {
    margin: 0 0 10px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8c8c8c;
}

.custom-author-info h1 {
    margin: 0 0 16px;
    font-size: 2.2rem;
    line-height: 1.1;
}

.custom-author-bio {
    margin: 0;
    max-width: 680px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4c4c4c;
}

.custom-author-posts h2 {
    margin-bottom: 36px;
    font-size: 1.4rem;
}

.custom-author-post {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #efefef;
}

.custom-author-post h3 {
    margin: 0 0 14px;
    font-size: 1.4rem;
    line-height: 1.35;
}

.custom-author-post h3 a {
    color: inherit;
    text-decoration: none;
}

.custom-author-post h3 a:hover {
    text-decoration: underline;
}

.custom-author-post p {
    margin: 0;
    line-height: 1.8;
    color: #5a5a5a;
}

@media (max-width: 768px) {

    .custom-author-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-author-avatar img {
        width: 96px;
        height: 96px;
    }

    .custom-author-info h1 {
        font-size: 1.8rem;
    }

}