.reviews-section {
  margin: 2.4rem 0;
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 0.6rem;
  box-shadow: 0 2px 6px rgba(51, 50, 47, 0.1);
  font-family: Thesis, 'Thesis Plus Kyrillic', Helvetica, Arial, sans-serif;
  color: #33322f;
}

.reviews-section h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.8rem;
  text-align: center;
  color: #015999;
  font-family: 'ThesisCaps', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.review {
  background: #f9f9f9;
  padding: 1.6rem 1.8rem;
  border-radius: 0.4rem;
  margin-bottom: 1.6rem;
  position: relative;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.review-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
  border: 2px solid #015999;
}

.review-info {
  display: flex;
  flex-direction: column;
}

.review-author {
  font-style: italic;
  font-size: 1.4rem;
  color: #80807e;
  margin: 0 0 4px 0;
}

.review-date {
  font-size: 1.1rem;
  color: #a0a0a0;
  margin: 0;
}

.review-text {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #33322f;
  margin: 0;
}

/* Базовые стили для ответов (review-reply) */
.review-reply {
  background: #e7f0ff;
  padding: 12px 15px;
  border-radius: 6px;
  margin-top: 16px;
}

.review-reply .review-photo {
  width: 40px;
  height: 40px;
  border-color: #337ab7;
}

/* Ступенчатый сдвиг по уровням вложенности */
.reply-level-1 {
  margin-left: 40px;
}

.reply-level-2 {
  margin-left: 80px;
}