/* Profile name hierarchy: primary English name with a quieter Chinese name. */
.author__name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.18rem 0.45rem;
  margin: 0.65rem 0 0.3rem;
  line-height: 1.2;
}

.author__name-en {
  font-size: 1.05em;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.author__name-zh {
  color: #70757c;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 0.78em;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
