.single-team_member .entry-header {
  flex-direction: row;
  gap: 1rem;
  max-width: var(--wp--style--global--content-size);
  margin-top: 2rem;
}
@media screen and (max-width: 50em) {
  .single-team_member .entry-header {
    flex-direction: column;
  }
}
@media screen and (max-width: 50em) {
  .single-team_member .entry-header .featured-image-container {
    max-width: 300px;
  }
}
.single-team_member .entry-header .content-section {
  order: 2;
}
.single-team_member .entry-header h1:after {
  display: none;
}

.institution--logo {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 50px;
  height: 50px;
}

.team-member--headshot-container {
  position: relative;
}
.team-member--headshot-container .institution--logo img {
  height: 40px;
  width: 40px;
}

.component-card--card-people--card {
  position: relative;
}
.component-card--card-people--card .institution--logo {
  width: 55px;
  height: 55px;
}
.component-card--card-people--card .institution--logo img {
  height: 26px;
  width: 40px;
}

.institution-logos-grid {
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.institution-logos-grid .institution-logo-item {
  max-width: 150px;
}