﻿.sr-pr-stars {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
  line-height: 1.4;
}

.sr-pr-stars__icons {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #f59e0b;
}

.sr-pr-stars__star--empty {
  color: #d1d5db;
}

.sr-pr-stars__value {
  font-weight: 600;
  color: #111827;
}

.sr-pr-stars__count {
  color: #6b7280;
}
