.reviews-badge__number {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
.reviews-badge__stars { font-size: 1.25rem; }
.reviews-badge__count { font-size: 0.9rem; }
.reviews-bar__label { width: 14px; text-align: right; font-weight: 600; font-size: 0.85rem; }
.reviews-bar__track {
  height: 10px;
  background: #e9ecef;
  border-radius: 5px;
  overflow: hidden;
}
.reviews-bar__fill {
  height: 100%;
  background: var(--clrPrimary, #91278f);
  border-radius: 5px;
  transition: width 0.5s ease;
}
.reviews-bar__count { width: 40px; font-size: 0.85rem; color: #6c757d; }

.reviews-filters .btn.active { font-weight: 600; }
.reviews-filter-star[data-star]:not([data-star="all"]) {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.reviews-filter-star:hover {
  color: #fff;
}
.reviews-filter-star.active {
  background-color: var(--clrSecondary, #8bc53f);
  border-color: var(--clrSecondary, #8bc53f);
  color: #fff;
}

.review-card {
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  margin-bottom: .75rem;
}
.review-card__avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: var(--clrPrimary, #91278f);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
}
.review-card__text {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: .25rem 0 0;
}
.review-card .badge { font-weight: 600; }
.review-card__stars { color: #f5a623; }
.review-card__stars-empty { color: #dee2e6; }
