
.swiper-button-prev,
.swiper-button-next {
  width: 42px;
  height: 42px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.reviews-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #e5e7eb; 
  opacity: 1;
}

.reviews-pagination .swiper-pagination-bullet-active {
  background-color: #1F3C88; 
}


