.swiper-pagination-container {

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 6px;
  padding: 12px;
  z-index: 10;
  width: fit-content;
  background-color: #fff;
  height: 40px;
}

.swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
}

.swiper-pagination-bullet {
  background-color: #D6D6D6;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

.swiper-counter {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.20);
  white-space: nowrap;
}

.swiper-counter .current-slide {
  color: #000;
  font-weight: 600;
}
