/* Custom Swiper Styles */
.photos-swiper {
  padding-bottom: 40px;
}

.photos-swiper .swiper-pagination {
  bottom: 10px;
}

.photos-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cbd5e1; /* Light gray color */
  opacity: 0.7;
}

.photos-swiper .swiper-pagination-bullet-active {
  background: #0891b2; /* Clearwater color to match site theme */
  opacity: 1;
}

.photos-swiper .swiper-slide {
  height: auto;
}
