.author-related-authors-01 {
  --related-bg: #f7f9fc;
  --related-card: #ffffff;
  --related-line: #d9e3ef;
  --related-ink: #183d40;
  --related-muted: #697887;
  --related-accent: #c9985f;
  --related-fill: #174840;
  background:
    radial-gradient(circle at 100% 0%, rgba(23, 72, 64, 0.06), rgba(23, 72, 64, 0) 26%),
    linear-gradient(180deg, #fbfdff 0%, var(--related-bg) 100%);
  overflow: hidden;
  padding: 88px 0;
}

.author-related-authors-01 *,
.author-related-authors-01 *::before,
.author-related-authors-01 *::after {
  box-sizing: border-box;
}

.author-related-authors-01__header {
  align-items: end;
  display: grid;
  gap: 18px 56px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  margin-bottom: 28px;
}

.author-related-authors-01__eyebrow {
  color: var(--related-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.author-related-authors-01__title {
  color: var(--related-ink);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.06;
  margin: 0;
}

.author-related-authors-01__description,
.author-related-authors-01__role,
.author-related-authors-01__institution,
.author-related-authors-01__reason {
  color: var(--related-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.author-related-authors-01__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.author-related-authors-01__card {
  background: var(--related-card);
  border: 1px solid var(--related-line);
  border-radius: 24px;
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.05);
  display: grid;
  gap: 14px;
  padding: 22px;
}

.author-related-authors-01__top {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.author-related-authors-01__media {
  align-items: center;
  display: flex;
  gap: 16px;
  min-width: 0;
}

.author-related-authors-01__avatar {
  background: linear-gradient(135deg, rgba(201, 152, 95, 0.14), rgba(23, 72, 64, 0.12));
  border: 1px solid rgba(23, 72, 64, 0.08);
  border-radius: 20px;
  flex: 0 0 84px;
  height: 84px;
  margin: 0;
  overflow: hidden;
  width: 84px;
}

.author-related-authors-01__avatar img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.author-related-authors-01__avatar span {
  align-items: center;
  color: var(--related-fill);
  display: flex;
  font-size: 24px;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.author-related-authors-01__identity {
  min-width: 0;
}

.author-related-authors-01__relation {
  color: var(--related-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.author-related-authors-01__card h3 {
  color: var(--related-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.28;
  margin: 0;
}

.author-related-authors-01__role {
  margin-top: 6px;
}

.author-related-authors-01__total {
  background: #f5f8fc;
  border: 1px solid var(--related-line);
  border-radius: var(--radius-pill);
  color: var(--related-fill);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 10px 12px;
}

.author-related-authors-01__institution {
  font-weight: 600;
}

.author-related-authors-01__reason {
  margin-top: -2px;
}

.author-related-authors-01__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.author-related-authors-01__topics li {
  background: #f6f8fb;
  border: 1px solid var(--related-line);
  border-radius: var(--radius-pill);
  color: var(--related-muted);
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  padding: 8px 10px;
}

.author-related-authors-01__footer {
  display: flex;
  justify-content: flex-start;
  margin-top: 4px;
}

.author-related-authors-01__footer a {
  align-items: center;
  background: var(--related-fill);
  border-radius: var(--radius-pill);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 42px;
  padding: 12px 18px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .author-related-authors-01 {
    padding: 68px 0;
  }

  .author-related-authors-01__header,
  .author-related-authors-01__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .author-related-authors-01__top,
  .author-related-authors-01__media {
    align-items: flex-start;
    flex-direction: column;
  }

  .author-related-authors-01__avatar {
    height: 76px;
    width: 76px;
  }
}
