// authors
.c-author-info__container {
  align-items: flex-start;
  gap: 1.75rem;
}

.c-author-info__trib-author-container {
  gap: 0.92rem;

  img {
    width: 90px;
    height: auto; // Let height adjust to maintain aspect ratio
    object-fit: cover; // Crop to fit if needed
  }
}

#nonstaff-author {
  h3 {
    font-family: $font-serif;
  }
}
