/* Seller star rating component — single source of truth */

.fp-seller-stars {
  display: inline-flex;
  gap: 0.15rem;
  line-height: 1;
}

.fp-seller-stars__star {
  color: rgba(57, 255, 20, 0.28) !important;
  font-size: 0.95rem;
}

.fp-seller-stars__star.is-filled {
  color: #39ff14 !important;
}

.fp-micro-card:hover .fp-seller-stars__star,
.fp-micro-card:focus .fp-seller-stars__star,
.fp-micro-card:focus-visible .fp-seller-stars__star,
.fp-micro-card:active .fp-seller-stars__star {
  color: rgba(57, 255, 20, 0.28) !important;
}

.fp-micro-card:hover .fp-seller-stars__star.is-filled,
.fp-micro-card:focus .fp-seller-stars__star.is-filled,
.fp-micro-card:focus-visible .fp-seller-stars__star.is-filled,
.fp-micro-card:active .fp-seller-stars__star.is-filled {
  color: #39ff14 !important;
}
