.block-simple-carousel .simple-carousel .swiper-wrapper {
  align-items: stretch !important;
}

.simple-carousel .swiper-wrapper .swiper-slide {
  display: flex !important;
  height: auto !important;
}

.simple-carousel .swiper-wrapper .swiper-slide__inner {}

.simple-carousel .swiper-wrapper .block-carousel-slide {
  display: flex !important;
  height: 100% !important;
}

.simple-carousel .swiper-wrapper .content-carousel-slide {
  display: flex !important;
  height: auto !important;
}

/* ----------------------------------------
   Side Indicators
   ---------------------------------------- */

.block-simple-carousel.has-side-indicators {
  position: relative;
}

.block-simple-carousel.has-side-indicators .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  width: 40px;
  height: 92vw !important;
  transform: translateY(0) !important;
  left: calc(4% + 20px) !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  z-index: 80;
  top: 0 !important;
  right: auto;
  bottom: auto;
}

.block-simple-carousel.has-side-indicators .swiper-pagination-bullet {
  width: 24px !important;
  height: 1px !important;
  background-color: transparent;
  transition: all 0.6s ease;
  border-radius: 10px;
  border-bottom: 1px dotted #fff;
  min-height: 1px;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0;
  opacity: 1;
  max-width: 100% !important;
}

.block-simple-carousel.has-side-indicators .swiper-pagination-bullet-active {
  height: 4px !important;
  width: 40px !important;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: none;
}

@media (max-width: 1012px) {
  .block-simple-carousel.has-side-indicators .indicator-track {
    display: none !important;
  }
}

/* ----------------------------------------
   Slide Counter (Fraction Pagination)
   ---------------------------------------- */

.block-simple-carousel .swiper-slide {
  position: relative;
}

.wp-site-blocks .block-simple-carousel .swiper-pagination.swiper-pagination-fraction,
.is-root-container .block-simple-carousel .swiper-pagination.swiper-pagination-fraction {
  position: absolute !important;
  bottom: 20px !important;
  right: calc(4% + 20px) !important;
  width: auto;
  top: unset !important;
  font-family: "Martian Mono", monospace;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  z-index: 10;
  color: inherit;
  font-size: 14px !important;
  color: #fff !important;
  grid-gap: 6px !important;

  flex-direction: row !important;
}

.block-simple-carousel .swiper-pagination-fraction .swiper-pagination-current,
.block-simple-carousel .swiper-pagination-fraction .swiper-pagination-total {
  font-family: "Martian Mono", monospace;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  flex-grow: 0 !important;
}

.block-simple-carousel .swiper-pagination-fraction .swiper-pagination-total:before {
  display: none !important;
}