.expert-rating__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.expert-rating__title {
  margin: 0;
}

.expert-rating__rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.expert-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.expert-rating svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.expert-rating__value {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.275em;
  text-transform: uppercase;
  color: var(--text);
}

.expert-box {
  margin-bottom: 24px;
  background-color: var(--grey-light);
  padding: 12px;
  border-radius: 100px;
}

.expert-author__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-author__name--bold {
  font-weight: 700;
}
.review-author__position {
  font-size: 12px;
  color: var(--grey);
}
