.lb-author-profile__identity {
  min-width: 0;
}

.lb-author-profile__name {
  margin-bottom: 5px;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
}

.lb-author-profile__specialization {
  margin: 0 0 12px;
  color: #c9d7e5;
  font-weight: 700;
}

.lb-author-profile__bio {
  max-width: 72ch;
  margin: 0;
  line-height: 1.62;
}

.lb-author-profile__period {
  margin: 14px 0 0;
  color: #c4cfdd;
  font-size: .9rem;
}

.lb-author-stats__breakdown {
  margin-top: 28px;
}

@media (max-width: 700px) {
  .lb-author-profile__header {
    text-align: center;
  }

  .lb-author-profile__bio,
  .lb-author-profile__period {
    text-align: left;
  }
}

.lb-author-profile__name {
  color: #fff;
}

@media (max-width: 700px) {
  .lb-author-profile__name {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }
}

@media (max-width: 700px) {
  .lb-author-profile__header {
    text-align: left;
  }
}
