.user-review-swiper {
  position: relative;
  padding: 1em 2.5em;
}

.user-review {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.user-review .stars {
  font-size: 1.5em;
  color: #f5c518;
  margin-bottom: 0.5em;
}

.user-review .review-text {
  font-style: italic;
  margin-bottom: 0.4em;
  flex-grow: 1;
}

.user-review .review-author {
  color: #555;
  font-weight: bold;
  font-size: 0.95em;
}

/* Navigation arrows inside slider */
.swiper-button-next,
.swiper-button-prev {
  color: #333;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -17.5px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: background-color 0.3s ease;
  z-index: 10;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255,255,255,1);
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
