.c-author-bio {
  background: #f6f7f9;
  padding: 48px 0;
  width: 100%;
}

.c-author-bio__inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 40px;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

/* ── Circular photo ──────────────────────────────────────────────── */
.c-author-bio__photo-wrap {
  flex: 0 0 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  width: 120px;
}

.c-author-bio__photo-wrap .media,
.c-author-bio__photo-wrap .field,
.c-author-bio__photo-wrap .field__item {
  display: block;
  height: 100%;
  width: 100%;
}

.c-author-bio__photo-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

/* ── Text content ────────────────────────────────────────────────── */
.c-author-bio__content {
  flex: 1;
  min-width: 0;
}

.c-author-bio__label {
  color: #1a2533;
  font-family: var(--font-family-mmc-bold);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.c-author-bio__bio {
  color: #3d4a57;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.c-author-bio__name {
  color: #1a2533;
  font-family: var(--font-family-mmc-bold);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .c-author-bio__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
