.swiper {
  width: 100%;
  padding: 2rem 0;
}

.review-slide {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 1.5rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-rating {
  color: #f5a623;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.review-content {
  font-style: italic;
  color: #333;
  margin-bottom: 1rem;
}

.review-author {
  font-weight: bold;
  color: #222;
  margin-top: auto;
}

.glsr-average {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #006699;
}
