/*
|--------------------------------------------------------------------------
| Block: Slider Text
|--------------------------------------------------------------------------
*/

.js-slidertext.swiper {
  overflow: hidden;
}

.js-slidertext .swiper-wrapper {
  align-items: stretch;
}

.common-scrollbar--slidertext {
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  margin-inline: 0;
  justify-content: flex-start;
  gap: 20px;
}

.common-scrollbar--slidertext .common-scrollbar__controls {
  gap: 24px;
}

@media (min-width: 1280px) {
  .common-scrollbar--slidertext {
    gap: 32px;
  }

}
