/* ═══════════════════════════════════════════════════════════════
   AUTHOR CARD — About the Author section on article pages
   ═══════════════════════════════════════════════════════════════ */

.author-card-inner {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

@media (max-width: 560px) {
  .author-card-inner {
    flex-direction: column;
  }
  .author-card-inner img {
    width: 80px !important;
    height: 80px !important;
  }
}
