.custom-author-box {
  display: flex;
  align-items: center;
  gap: 0px;
}

.author-avatar img {
  border-radius: 50%;
  max-width: 75% !important;
}

.author-name {
  font-weight: 600;
  font-size: 14px;
}

.author-bio {
  font-size: 13px;
  color: #666;
}

/* Mobile */
@media (max-width: 768px) {
  .custom-author-box {
    align-items: center;
  }
}