.author-header {
  margin-bottom: 1.5rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1.25rem
}

.author-header img {
  height: 6rem !important;
  width: 6rem !important;
  -o-object-fit: cover !important;
     object-fit: cover !important
}

.author-header * {
  margin-bottom: 0px !important
}
