/* RC11.0.2 — Perfis reais da Revista */
.editorial-profile-photo,
.person-avatar-photo,
.sidebar-avatar-photo,
.partner-feature-photo{
  display:block;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
  background:#fff;
}
.specialist-inline-bio .editorial-profile-photo,
.collection-author-inline .editorial-profile-photo{
  width:78px;
  height:78px;
  flex:0 0 78px;
  border:4px solid #fff;
  box-shadow:0 10px 24px rgba(36,20,79,.18);
}
.revista-educacao-page .collection-author-inline .editorial-profile-photo{
  box-shadow:0 10px 24px rgba(8,116,86,.20);
}
.partner-directory-card .person-avatar-photo{
  width:78px;
  height:78px;
  margin-bottom:18px;
  border:4px solid #fff;
  box-shadow:0 10px 24px rgba(36,20,79,.16);
}
.partner-directory-card:nth-child(2) .person-avatar-photo{
  box-shadow:0 10px 24px rgba(8,116,86,.18);
}
.article-list-thumb.profile-thumb{
  position:relative;
  overflow:hidden;
  background:#f5f1ff!important;
}
.article-list-thumb.profile-thumb .partner-feature-photo{
  width:100%;
  height:100%;
  min-height:210px;
  border-radius:0;
}
.article-list-thumb.profile-thumb .partner-thumb-label{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:7px 10px;
  border-radius:999px;
  color:#fff;
  background:rgba(25,13,56,.84);
  backdrop-filter:blur(8px);
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.article-list-thumb.profile-thumb.lais .partner-thumb-label{background:rgba(3,93,73,.88)}
.sidebar-partners .sidebar-avatar-photo{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border:2px solid #fff;
  box-shadow:0 5px 14px rgba(35,16,78,.16);
}
.specialist-profile-lead{
  display:flex;
  align-items:center;
  gap:18px;
  margin:0 0 22px;
  padding:18px;
  border:1px solid #e9e3f7;
  border-radius:20px;
  background:linear-gradient(135deg,#fff,#faf7ff);
}
.specialist-profile-lead .editorial-profile-photo{
  width:104px;
  height:104px;
  flex:0 0 104px;
  border:5px solid #fff;
  box-shadow:0 12px 28px rgba(36,20,79,.18);
}
.specialist-profile-lead strong{display:block;font-size:1.2rem;color:#25184d;margin-bottom:4px}
.specialist-profile-lead span{color:#6c6680;line-height:1.5}
@media (max-width:640px){
  .specialist-profile-lead{align-items:flex-start}
  .specialist-profile-lead .editorial-profile-photo{width:82px;height:82px;flex-basis:82px}
  .specialist-inline-bio .editorial-profile-photo,
  .collection-author-inline .editorial-profile-photo{width:68px;height:68px;flex-basis:68px}
}
