/* Custom styles - author block, stepper titles, content-img, FAQ */
.stepper__list-title {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #484040;
}
.stepper__list-title + .stepper__list {
  margin-top: 0;
}
.author-block {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0 0 2.5rem;
  padding: 1.5rem 1.8rem;
  background: #f9f9f9;
  border-radius: 1.2rem;
  border: 0.1rem solid #e8e8e8;
}
.author-block__avatar {
  position: relative;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #484040;
  border-radius: 50%;
  overflow: hidden;
}
.author-block__photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.author-block__initials {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.author-block__info {
  min-width: 0;
}
.author-block__name {
  margin: 0 0 0.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #484040;
}
.author-block__role {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  color: #666666;
}
.author-block__meta {
  margin: 0;
  font-size: 1.4rem;
  color: #888888;
}
.content-img {
  margin: 0 0 2.5rem;
}
.content-img img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.8rem;
}
.faq__body {
  overflow: hidden;
}
.content .faq__body p {
  font-size: 1.8rem;
  line-height: 1.6;
}
