.swiper {
  width: 100%;
  max-width: 100%;
  padding-bottom: 30px;
}

.swiper .swiper-slide {
  width: 100% !important;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  color: #5D6D72;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  display: none;
}

.swiper .swiper-button-next svg,
.swiper .swiper-button-prev svg {
  width: 24px;
  height: 24px;
}

.swiper-pagination {
  position: static !important; /* Override potential Swiper defaults if needed */
  bottom: 0;
  left: 0;
  width: auto !important;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin: 0 8px;
  padding: 10px 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #E2DBD3;
  opacity: 1;
  margin: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #6A63FF;
  width: 8px;
  border-radius: 4px;
}

.navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.nav-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.swiper.dashboard-waiver-swiper,
.swiper.dashboard-waiver-swiper .swiper-wrapper,
.swiper.dashboard-waiver-swiper .swiper-slide,
.swiper.dashboard-waiver-swiper .swiper-slide > div {
  overflow: visible !important;
}

.swiper.dashboard-waiver-swiper {
  width: 60% !important;
}