#ajax-content-wrap > .rp-author-profile.blog-archive-header.color-bg {
    padding: clamp(48px, 5vw, 96px) 0;
}

#ajax-content-wrap > .rp-author-profile.blog-archive-header.color-bg .col.section-title {
    border-bottom: 0;
    padding: 0;
}

.rp-author-profile__inner {
    display: flex;
    align-items: center;
    gap: clamp(28px, 4vw, 72px);
    max-width: 1180px;
}

.rp-author-profile__photo {
    flex: 0 0 auto;
}

.rp-author-profile__avatar {
    width: clamp(124px, 13vw, 190px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background: #000;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
}

.rp-author-profile__avatar-img,
.rp-author-profile__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

.rp-author-profile__body {
    max-width: 920px;
}

.rp-author-profile.blog-archive-header h1 {
    margin: 0;
    line-height: 1.04;
}

.blog-archive-header.color-bg .rp-author-profile__work {
    display: block;
    margin-top: .65rem;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: none;
    opacity: .82;
    color: inherit;
}

.blog-archive-header.color-bg .rp-author-profile__bio {
    margin-top: 1.15rem;
}

.blog-archive-header.color-bg .container .span_12 .rp-author-profile__bio p {
    margin: 0;
    max-width: 920px;
    font-size: clamp(16px, 1.22vw, 20px);
    line-height: 1.55;
    color: inherit;
}

.rp-author-profile__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 1.45rem 0 0;
    padding: 0;
    list-style: none;
}

.rp-author-profile__social-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-archive-header.color-bg .rp-author-profile__social-link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #000;
    border: 1px solid var(--rp-author-profile-bg, #91aabe);
    color: var(--rp-author-profile-bg, #91aabe);
    text-decoration: none;
    box-shadow: inset 0 0 0 1px var(--rp-author-profile-bg, #91aabe);
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.blog-archive-header.color-bg .rp-author-profile__social-link:hover,
.blog-archive-header.color-bg .rp-author-profile__social-link:focus-visible {
    transform: translateY(-2px);
    background: #111;
    box-shadow: inset 0 0 0 1px var(--rp-author-profile-bg, #91aabe), 0 10px 24px rgba(0, 0, 0, .18);
}

.blog-archive-header.color-bg .rp-author-profile__social-link i {
    color: var(--rp-author-profile-bg, #91aabe);
    font-size: 18px;
    line-height: 1;
}

.blog-archive-header.color-bg .rp-author-profile__social-link .screen-reader-text {
    color: #000;
}

@media only screen and (max-width: 690px) {
    #ajax-content-wrap > .rp-author-profile.blog-archive-header.color-bg {
        padding: 42px 0;
    }

    .rp-author-profile__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .rp-author-profile__avatar {
        width: 118px;
    }

    .rp-author-profile__social-link {
        width: 40px;
        height: 40px;
    }

    .blog-archive-header.color-bg .rp-author-profile__work {
        font-size: 18px;
        line-height: 22px;
    }
}

/* 1.0.23: botões sociais do autor com SVG controlado, sem sobrescrever fill/stroke internos. */
#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-link,
#ajax-content-wrap .rp-author-profile__social-link {
    --rp-author-social-icon: var(--rp-author-profile-bg, var(--rp-blue, #94adb7));
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 999px;
    background: #000;
    border: 1px solid var(--rp-author-social-icon);
    color: var(--rp-author-social-icon);
    text-decoration: none;
    box-shadow: inset 0 0 0 1px var(--rp-author-social-icon);
    -webkit-text-fill-color: currentColor;
}

#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-link:hover,
#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-link:focus-visible,
#ajax-content-wrap .rp-author-profile__social-link:hover,
#ajax-content-wrap .rp-author-profile__social-link:focus-visible {
    background: #0a0a0a;
    color: var(--rp-author-social-icon);
    transform: translateY(-1px);
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-icon,
#ajax-content-wrap .rp-author-profile__social-icon {
    width: 20px;
    height: 20px;
    display: block;
    color: currentColor;
    overflow: visible;
    flex: 0 0 auto;
}

#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-icon *,
#ajax-content-wrap .rp-author-profile__social-icon * {
    vector-effect: non-scaling-stroke;
}

#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-link i,
#ajax-content-wrap .rp-author-profile__social-link i {
    display: none;
}


/* 1.0.24: social buttons do autor: somente fundo preto e ícone na cor do fundo da seção. */
#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-link,
#ajax-content-wrap .rp-author-profile__social-link,
.blog-archive-header.color-bg .rp-author-profile__social-link {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #000 !important;
    color: var(--rp-author-profile-bg, #94adb7) !important;
    box-shadow: none !important;
    outline: 0 !important;
    text-decoration: none !important;
    transform: none !important;
    transition: none !important;
    -webkit-text-fill-color: var(--rp-author-profile-bg, #94adb7) !important;
}

#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-link:hover,
#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-link:focus,
#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-link:focus-visible,
#ajax-content-wrap .rp-author-profile__social-link:hover,
#ajax-content-wrap .rp-author-profile__social-link:focus,
#ajax-content-wrap .rp-author-profile__social-link:focus-visible,
.blog-archive-header.color-bg .rp-author-profile__social-link:hover,
.blog-archive-header.color-bg .rp-author-profile__social-link:focus,
.blog-archive-header.color-bg .rp-author-profile__social-link:focus-visible {
    background: #000 !important;
    color: var(--rp-author-profile-bg, #94adb7) !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
    -webkit-text-fill-color: var(--rp-author-profile-bg, #94adb7) !important;
}

#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-link::before,
#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-link::after,
#ajax-content-wrap .rp-author-profile__social-link::before,
#ajax-content-wrap .rp-author-profile__social-link::after,
.blog-archive-header.color-bg .rp-author-profile__social-link::before,
.blog-archive-header.color-bg .rp-author-profile__social-link::after {
    content: none !important;
    display: none !important;
}

#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-icon,
#ajax-content-wrap .rp-author-profile__social-icon,
.blog-archive-header.color-bg .rp-author-profile__social-icon {
    width: 19px !important;
    height: 19px !important;
    display: block !important;
    flex: 0 0 19px !important;
    color: var(--rp-author-profile-bg, #94adb7) !important;
    opacity: 1 !important;
    overflow: visible !important;
    -webkit-text-fill-color: var(--rp-author-profile-bg, #94adb7) !important;
}

#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-icon *,
#ajax-content-wrap .rp-author-profile__social-icon *,
.blog-archive-header.color-bg .rp-author-profile__social-icon * {
    vector-effect: non-scaling-stroke;
}

#ajax-content-wrap > .rp-author-profile .rp-author-profile__social-link i,
#ajax-content-wrap .rp-author-profile__social-link i,
.blog-archive-header.color-bg .rp-author-profile__social-link i {
    display: none !important;
}
