/* Tailwind w-20 h-20 + object-cover (Bootstrap has no rem sizing on img). */
.page-blog-post-v11-avatar img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}

/* Tailwind w-10 h-10 on Q&A icon circles. */
.page-blog-post-v11-qa-thumb {
  width: 2.5rem;
  height: 2.5rem;
}

