.InscenaceReviewList {
  display: grid;
  grid-template-areas: 'title btns' 'slider slider';
  margin-bottom: var(--sizeModuleHorizontalOffset);
}

.InscenaceReviewList-container {
  position: relative;
  overflow: hidden;
  grid-area: slider;
  padding-top: 2rem;
}

.InscenaceReviewList-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  transform: translate3d(0, 0, 0);
}

.InscenaceReviewList-title {
  grid-area: title;
  margin: 0;
}

.InscenaceReviewList-btns {
  grid-area: btns;
  display: flex;
  align-self: center;
  justify-self: end;
}

.InscenaceReviewList-btns .swiper-button:hover, .InscenaceReviewList-btns .swiper-button:active, .InscenaceReviewList-btns .swiper-button:focus {
  background: var(--colorBrandBlueGreen);
  color: var(--colorBrandLight);
  border-color: var(--colorBrandBlueGreen);
}

@media (min-width: 64.01rem) {
  .InscenaceReviewList-btns .swiper-button {
    width: 4rem;
  }
}

.InscenaceReviewList-next {
  margin-left: -1px;
}

/*# sourceMappingURL=inscenace-review-list.min.css.map */
