<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.customer-reviews {
  margin-top: 40px;
}

.customer-reviews h4,
.customer-images-slider h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.reviews-list {
  list-style: none;
  padding: 0;
}

.review-item {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.customer-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.customer-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.customer-icon i {
  color: #fff;
}

.customer-details {
  flex-grow: 1;
}

.customer-name {
  font-weight: bold;
}

.customer-review {
  margin-top: 5px;
  font-style: italic;
  color: #0F1111;
  font-family:"Amazon Ember", Arial,sans-serif;
  word-break: break-word;
}

.customer-images {
  margin-top: 10px;
}

.image-slider {
  width: 100%;
}

.swiper-slide {
  text-align: center;
}


.customer-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 5px;
}



.swiper-pagination .swiper-pagination-bullet {
  background-color: grey;
  border: 1px solid gray;
  opacity: 1;
  width: 10px;
  height: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .customer-reviews {
    margin-top: 20px;
    padding: 0; 
  }

  .customer-reviews h4,
  .customer-images-slider h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .review-item {
      padding: 8px;
  }

  .customer-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }

  .customer-name {
    font-size: 14px;
  }

  .customer-review {
    font-size: 12px;
    word-break: break-word;
  }

  .customer-image {
    width: 60px;
    height: 60px;
    margin-right: 3px;
  }
}

.show-more-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.customer-images-slideshow {
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
}

.customer-review-details {
  display: flex;
  align-items: center;
}

.customer-rating {
  margin-right: 10px;
  line-height: 1;
}

.customer-rating i {
  vertical-align: middle;
}

.customer-review-title {
  margin: 0;
  font-style: italic;
  vertical-align: middle;
}

/* Tablet and Desktop Styles */
@media (min-width: 769px) {
  .customer-images {
    margin-top: 40px;
    padding: 0;
  }

  .customer-image {
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }
  .customer-details {
    flex-grow: 1;
  }

  .customer-review {
    margin-top: 5px;
    font-style: italic;
    word-break: break-word;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background-color: grey;
    border: 1px solid gray;
    opacity: 1;
    width: 10px;
    height: 10px;
  }
}

/* Desktop Styles */
@media (min-width: 992px) {
  .customer-image {
    width: 150px;
    height: 150px;
    margin-bottom: 45px;
    padding: 0; 
  }

  .show-more-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .swiper-pagination .swiper-pagination-bullet {
    background-color: grey;
    border: 1px solid gray;
    opacity: 1;
    width: 10px;
    height: 10px;
  }
}</pre></body></html>