.fse-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.fse-slider-wrapper .swiper-button {
  background: #f5f5f5;
  border: 0;
  color: #333;
  cursor: pointer;
  font-weight: var(--wp--custom--typography--font-weight--bold);
  line-height: var(--wp--custom--typography--line-height--paragraph);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fse-slider-wrapper .swiper-button:hover {
  background: #000;
  color: #fff;
}

.fse-slider-wrapper .swiper-button-prev:after,
.fse-slider-wrapper .swiper-button-next:after {
  font-size: 22px;
  font-size: 1.25rem;
}

.fse-slider-wrapper .swiper-button-prev {
  left: -50px;
}

.fse-slider-wrapper .swiper-button-next {
  right: -50px;
}

.swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #000;
}

@media screen and (min-width: 37.5625em) {
  .fse-slider-wrapper:hover .swiper-button-next {
    right: 30px;
  }

  .fse-slider-wrapper:hover .swiper-button-prev {
    left: 30px;
  }
}

.fse-slider-wrapper.vertical .wp-block-fse-pro-slider,
.swiper-wrapper.vertical {
  height: 100vh;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: auto;
  left: 10px;
}

.swiper-pagination-bullet {
  background-color: var(--wp--preset--color--foreground);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.6;
  position: relative;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transition: border-top-color 0.15s linear,
    border-right-color 0.15s linear 0.1s,
    border-bottom-color 0.15s linear 0.2s;
  border-top-color: var(--wp--preset--color--foreground);
  border-right-color: var(--wp--preset--color--foreground);
  border-bottom-color: var(--wp--preset--color--foreground);
}

.swiper-pagination-bullets .swiper-pagination-bullet:before,
.swiper-pagination-bullets .swiper-pagination-bullet:after {
  border-radius: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
  border: 1px solid transparent;
}

.swiper-pagination-bullets .swiper-pagination-bullet:before,
.swiper-pagination-bullets .swiper-pagination-bullet:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: -8px;
  left: -8px;
}

.swiper-pagination-bullets .swiper-pagination-bullet:after {
  border: 0 solid transparent;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 8px;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border-top: 1px solid;
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
  transition:
    transform 0.4s linear 0s,
    border-left-width 0s linear 0.35s;
  border-top-color: var(--wp--preset--color--foreground);
}

.pagination-outside .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
}

[class*="vertical-"].pagination-vertical .swiper-pagination {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1;
}


[class*="vertical-left-center"].pagination-vertical .swiper-pagination {
  left: 30px;
}

[class*="vertical-right-center"].pagination-vertical .swiper-pagination {
  right: 30px;
  left: auto;
}

[class*="vertical-right-bottom"].pagination-vertical .swiper-pagination {
  right: 30px;
  left: auto;
  bottom: 30px;
  top: auto;
}

[class*="vertical-left-bottom"].pagination-vertical .swiper-pagination {
  left: 30px;
  bottom: 30px;
  top: auto;
}

[class*="vertical-left-top"].pagination-vertical .swiper-pagination {
  left: 30px;
  top: 10%;
}

[class*="vertical-right-top"].pagination-vertical .swiper-pagination {
  right: 30px;
  left: auto;
  top: 10%;
}

.horizontal-outside-slider-bottom-right .swiper-pagination .horizontal-inside-slider-bottom-right .swiper-pagination {
  text-align: right;
}

.horizontal-outside-slider-bottom-right+.swiper-pagination,
.horizontal-inside-slider-bottom-right+.swiper-pagination,
.horizontal-outside-slider-bottom-right .swiper-pagination,
.horizontal-inside-slider-bottom-right .swiper-pagination {
  text-align: right;
  left: auto;
}

.horizontal-outside-slider-bottom-left .swiper-pagination,
.horizontal-inside-slider-bottom-left .swiper-pagination {
  text-align: left;
  right: auto;
}

.horizontal-outside-slider-bottom-left+.swiper-pagination,
.horizontal-inside-slider-bottom-left+.swiper-pagination,
.horizontal-outside-slider-bottom-left .swiper-pagination,
.horizontal-inside-slider-bottom-left .swiper-pagination {
  text-align: left;
  right: auto;
}