/* Start custom CSS for shortcode, class: .elementor-element-7cf47e2 */.slider-wrapper {
  height: fit-content;
  font-size: 16px;
  padding: 24px;
  cursor: grab;
}
.slider-wrapper .review-wrapper {
  display: grid;
  grid-template-columns: 150px auto;
  gap: 2rem;
}
.slider-wrapper .review-wrapper img {
  width: 150px;
  height: 150px;
}
.slider-wrapper .review-wrapper .image-wrapper {
  max-width: 150px;
  max-height: 150px;
  display: flex;
  align-items: center;
}

.review {
  color: var(--e-global-color-text);
}

.review .content {
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
}
.review .reviewer-details {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.review .reviewer-details .author-name {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
}
.review .reviewer-details .star-rating .fa-star,
.review .reviewer-details .star-rating .fa-star-half-alt {  
  font-size: 14px;
  color: #ffde17;
}

.slick-dots {
  position: relative;
}
.slick-dots li {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .slider-wrapper {
    justify-content: center;
  }
  .slider-wrapper .review-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .slider-wrapper .review-wrapper .image-wrapper {
    margin: 0 auto;
    height: 150px;
    width: 150px;
  }

  .review {
    text-align: center;
  }
}/* End custom CSS */