.tre-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Cairo', Tahoma, Arial, sans-serif;
  font-size: 0.85rem;
  margin: 6px 0;
}

.tre-stars { display: inline-flex; gap: 2px; line-height: 1; }
.tre-star-full, .tre-star-half { color: #F4A261; }
.tre-star-empty { color: #E2E8F0; }
.tre-rating-value { font-weight: 700; color: #0F172A; }
.tre-rating-count { color: #64748B; }

.tre-notice {
  padding: 12px 16px;
  background: rgba(10, 110, 138, 0.08);
  border-radius: 8px;
  color: #054A5E;
  font-size: 0.9rem;
}

.woocommerce-review__verified {
  display: inline-block;
  margin-inline-start: 8px;
  padding: 2px 8px;
  border-radius: 50px;
  background: #D1FAE5;
  color: #065F46;
  font-size: 0.75rem;
  font-weight: 700;
}
