.bui-swiper {
  --height: var(--bui-swiper-height, 150px);
  font-family: var(--bui-font-family);
}
.bui-swiper .swiper-container-wrapper {
  height: var(--height);
}
.bui-swiper .swiper-container {
  height: 100%;
}
.bui-swiper .swiper-pagination {
  font-size: 0;
}
.bui-swiper .swiper-pagination-bullet {
  opacity: 1;
  background: var(--indicator-color);
}
.bui-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--indicator-color-active);
}
