.review-content--single {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.review-single__page-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #4ba8d8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.review-single {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.review-single__author {
  flex: 0 0 160px;
  text-align: center;
}

.review-single__author-picture img,
.review-single__author-picture-placeholder {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  margin: 0 auto 0.5rem;
}

.review-single__author-picture-placeholder {
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  color: #9ca3af;
}

.review-single__author-name,
.review-single__visitor-type {
  font-size: 1rem;
  color: #374151;
  line-height: 1.4;
}

.review-single__visitor-type {
  color: #6b7280;
}

.review-single__body {
  flex: 1 1 auto;
  min-width: 0;
}

.review-single__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4b5563;
  margin: 0 0 0.75rem;
}

.review-single__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.review-single__rating .church-rating__stars {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
}

.review-single__rating .church-rating__stars-outline {
  color: #e5e7eb;
}

.review-single__rating .church-rating__stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f59e0b;
}

.review-single__rating-text {
  color: #6b7280;
  font-size: 1rem;
}

.review-single__text {
  color: #374151;
  font-size: 1rem;
  line-height: 1.6;
}

.review-single__share {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
}

.review-single__share-label {
  color: #4b5563;
  font-size: 1rem;
}

.review-single__share-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
}

.review-single__share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #4ba8d8;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.review-single__share-btn:hover,
.review-single__share-btn:focus {
  background-color: #3a8db8;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 640px) {
  .review-single {
    flex-direction: column;
    gap: 1rem;
  }
  .review-single__author {
    flex: 0 0 auto;
  }
}
