.post-author-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(1.5rem, 5vw, 3rem), 1fr));
  gap: 0.5rem;
}
.post-author-images > * {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.post-author-images > * img, .post-author-images > * picture, .post-author-images > * svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.post-author-images > * .default-avatar {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: var(--wp--preset--color--light);
}
.post-author-images > * .default-avatar svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
}
.post-author-images > * .default-avatar svg * {
  fill: var(--wp--preset--color--light);
}

.post-author-names {
  margin-block-start: 0.75rem;
}
.post-author-names p, .post-author-names div {
  margin-block-start: 0 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--small);
  display: inline;
}
.post-author-names p a, .post-author-names div a {
  text-decoration: none;
  color: var(--wp--preset--color--contrast);
}/*# sourceMappingURL=style.css.map */
