.authorPage {
    padding: 20px 0 0;
}

.authorDesktopGrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 20px;
    align-items: start;
}

.authorMainColumn {
    min-width: 0;
}

.authorSideColumn {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.authorHero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 20px;
    align-items: start;
    margin: 0 0 28px;
}

.authorDesktopGrid .authorHero {
    display: block;
}

.authorIdentity {
    display: flex;
    align-items: center;
    min-height: 116px;
    gap: 24px;
    padding: 8px 0 28px;
    border-bottom: 1px solid #e5e5e5;
}

.authorAvatar {
    flex: 0 0 auto;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
    background: #e0201a;
}

.authorAvatarPlaceholder {
    display: block;
}

.authorIdentity h1 {
    margin: 0 0 8px;
    color: #171717;
    font-family: "Poppins-ExtraBold", "Poppins-Bold", sans-serif;
    font-size: 32px;
    line-height: 1.15;
}

.authorIdentity a {
    color: #e0201a;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 15px;
    line-height: 1.3;
}

.authorAboutWidget {
    padding: 24px 22px 18px;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    background: #ffffff;
}

.authorAboutWidget h2 {
    margin: 0 0 18px;
    color: #e0201a;
    font-family: "Poppins-ExtraBold", "Poppins-Bold", sans-serif;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
}

.authorAboutWidget p {
    margin: 0;
    color: #333333;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 17px;
    line-height: 1.45;
}

.authorNotice {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fdeceb;
    color: #e0201a;
    font-family: "Poppins-SemiBold", "Poppins-Bold", sans-serif;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
}

.authorNotice img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.authorArticlesGrid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}

.authorArticlesGrid .mw-chamada-padrao {
    grid-column: auto;
    grid-row: auto;
}

.authorLoadMore {
    display: flex;
    justify-content: center;
    margin: 6px 0 38px;
}

.authorLoadMore button {
    min-width: 108px;
    height: 38px;
    padding: 0 20px;
    border: 0;
    border-radius: 10px;
    background: #e0201a;
    color: #ffffff;
    cursor: pointer;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 11px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(224, 32, 26, 0.28);
}

.authorSideColumn .massa-ultimas-noticias {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    box-sizing: border-box;
}

.authorArticlesTitle {
    display: none;
}

.authorMobileLatest {
    display: none;
}

@media (max-width: 768px) {
    .authorDesktopGrid {
        display: block;
    }

    .authorPage {
        padding: 16px 12px 0;
    }

    .authorHero {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 20px;
    }

    .authorIdentity {
        width: 100%;
        min-height: 0;
        gap: 14px;
        padding: 8px 0 2px;
        border-bottom: 0;
    }

    .authorAvatar {
        width: 50px;
        height: 50px;
    }

    .authorIdentity h1 {
        margin-bottom: 3px;
        font-size: 16px;
        line-height: 1.2;
    }

    .authorIdentity a {
        font-size: 10px;
        line-height: 1.2;
    }

    .authorAboutWidget {
        width: 100%;
        padding: 16px 14px 12px;
        border-radius: 10px;
    }

    .authorLoadMore {
        margin: 0 0 28px;
    }

    .authorAboutWidget h2 {
        margin-bottom: 16px;
        font-size: 9px;
    }

    .authorAboutWidget p {
        font-size: 12px;
        line-height: 1.45;
    }

    .authorNotice {
        justify-content: center;
        margin-top: 14px;
        padding: 10px 12px;
        font-size: 10px;
    }

    .authorNotice img {
        width: 16px;
        height: 16px;
    }

    .authorArticlesTitle {
        display: block;
        margin: 0 0 12px;
        color: #171717;
        font-family: "Poppins-Bold", sans-serif;
        font-size: 18px;
        line-height: 1.2;
    }

    .authorMobileLatest {
        display: block;
        margin: 0 0 28px;
    }
}
