.jala-reviewers {
  display: inline;
}

.jala-author-wrapper {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
}

.jala-author-wrapper img {
  border: 2px var(--color-red-900) solid;
  border-radius: var(--radius-xl);
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 1024px) {
  .jala-author-wrapper img {
    width: 56px;
    height: 56px;
  }
}

@media only screen and (max-width: 640px) {
  .jala-author-wrapper img {
    width: 52px;
    height: 52px;
  }
}

