.review-person {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 9px;
}

.review-avatar {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(39, 33, 31, .1);
  border-radius: 50%;
  background: #f1f0ed;
  object-fit: cover;
}

.purchase {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-product-thumb {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(39, 33, 31, .1);
  border-radius: 8px;
  background: #eee;
  object-fit: cover;
}

.review-product-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #4d3b36, #8e7567);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.review-purchase-copy {
  min-width: 0;
  line-height: 1.45;
}

@media (max-width: 700px) {
  .review-avatar { width: 32px; height: 32px; }
  .review-product-thumb { width: 40px; height: 40px; }
}
