.post-people__person {
  align-items: center;
  display: flex;
  gap: var(--wdg-gap-xsmall);
  margin: 0;
  position: relative;
}
.post-people__person + .post-people__person {
  margin-top: var(--wdg-gap-small);
}
.post-people__headshot {
  margin: 0;
}
.post-people__headshot img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100px;
}
.post-people__info {
  flex: 1;
}
.post-people .post-people__name {
  color: inherit;
  font-size: var(--wdg-font-size-medium);
  font-weight: 600;
}
.post-people .post-people__link {
  color: inherit;
}
.post-people .post-people__link[href]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.post-people__position {
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
}
.post-people:not(.has-background):not(.has-text-color),
.post-people *.has-white-background-color:not(.has-text-color) {
  color: var(--wdg-color-tonal-black);
}
.post-people:not(.has-background):not(.has-text-color) .post-people__position,
.post-people *.has-white-background-color:not(.has-text-color) .post-people__position {
  color: var(--wdg-color-slate);
}

/*# sourceMappingURL=style.css.map */