body .heureka-reviews {
  grid-template-columns: 26rem 1fr;
  align-items: stretch !important;
  gap: var(--space-s);
}
@media (max-width: 767px) {
  body .heureka-reviews {
    grid-template-columns: 1fr;
  }
}
body .heureka-reviews__left-side {
  padding-bottom: 0;
  height: auto;
  gap: var(--space-xs);
}
body .heureka-reviews__left-side * {
  height: auto;
}
body .heureka-reviews__left-side .primary-button {
  width: 100%;
}
body .heureka-reviews__left-side .primary-button__text {
  font-size: var(--text-m);
  font-weight: 600;
}
body .heureka-reviews__carousel .heurekaShopReviewsCarousel ul > .splide__slide {
  margin-right: var(--space-s) !important;
  width: calc(33.3333333333% - var(--space-s) * 2 / 3 - 1px) !important;
}
@media (max-width: 1024px) {
  body .heureka-reviews__carousel .heurekaShopReviewsCarousel ul > .splide__slide {
    width: calc(50% - var(--space-s) * 1 / 2 - 1px) !important;
  }
}
@media (max-width: 478px) {
  body .heureka-reviews__carousel .heurekaShopReviewsCarousel ul > .splide__slide {
    width: calc(100% - var(--space-s) * 0 - 1px) !important;
  }
}
body .heureka-reviews__carousel .vc-rating-text div {
  height: 6.5rem;
}

@media (max-width: 767px) {
  body .heureka-reviews {
    grid-template-columns: 1fr;
  }
  body .heureka-reviews .heureka-reviews__left-side {
    align-items: center !important;
  }
  body .heureka-reviews .heureka-reviews__left-side .primary-button {
    margin-top: 0;
    width: fit-content;
  }
}
