/* Injected project reviews on promo pages */
.mls-project-reviews {
  max-width: 42rem;
  margin: 2.5rem auto 3rem;
  padding: 0 1.25rem;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #1a1a1a;
}

.mls-project-reviews[hidden] {
  display: none !important;
}

.mls-reviews-heading {
  font-size: 1.25rem;
  font-weight: 650;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}

.mls-reviews-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mls-review {
  padding: 0.85rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mls-review:first-child {
  border-top: none;
  padding-top: 0;
}

.mls-review-stars {
  color: #c45c26;
  letter-spacing: 0.08em;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.35rem;
}

.mls-review-comment {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #2a2a2a;
}

.mls-review-date {
  font-size: 0.8rem;
  color: #6b6b6b;
}
