@media (min-width: 768px) {
  .block--vertical-slider-wrapper .swiper {
    padding: 0 5rem;
  }
}
.block--vertical-slider-wrapper .swiper-nav {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.block--vertical-slider-wrapper .swiper-button {
  position: relative;
  display: flex;
  height: 21px;
  width: 21px;
  transform: rotate(90deg);
}

.block--vertical-slider-wrapper .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.block--vertical-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  background-color: #F4F2EF;
  border-radius: 50%;
}

.block--vertical-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: currentColor;
}

.block--vertical-slider-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
}

.block--vertical-slider-wrapper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  height: 22px;
  position: relative;
  width: 100%;
  z-index: 2;
  top: -9px;
}

.editor-styles-wrapper .block--step-slider-wrapper .swiper,
.editor-styles-wrapper .block--step-slider-wrapper .swiper-pagination {
  display: none;
}
