/* Swiper required styles for proper layout */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide {
  flex-shrink: 0;
  width: auto;
  min-width: 320px;
  box-sizing: border-box;
}
/* Carousel Layout Styles */
.hsr-reviews-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.hsr-carousel-track {
  display: flex;
  transition: transform 0.5s;
  gap: 24px;
}
.hsr-carousel-slide {
  min-width: 320px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 18px 16px;
  text-align: left;
}
.hsr-review-rating {
  margin-bottom: 8px;
}
.hsr-review-content {
  font-size: 1.05em;
  color: #333;
  margin-bottom: 10px;
}
.hsr-review-meta {
  font-size: 0.95em;
  color: #888;
}
/* Carousel controls (add as needed) */

/* Profile Chart Themes */
.hsr-profile-info-chart.hsr-theme-default {
  background: #fff;
  color: #222;
}
.hsr-profile-info-chart.hsr-theme-light {
  background: #f6f8fa;
  color: #222;
}
.hsr-profile-info-chart.hsr-theme-dark {
  background: #222;
  color: #f6f8fa;
}
.hsr-profile-info-chart .hsr-profile-chart {
  margin-top: 18px;
}
