/* PI Testimonials — rating.css */

.t7ts__rating {
  display:        flex;
  gap:            1px;
  margin-bottom:  12px;
  font-size:      18px;
  line-height:    1;
  letter-spacing: 1px;
}

.t7ts__stars-filled { color: #f4b400; }
.t7ts__stars-empty  { color: #d7dbe0; }

/* List layout: hide left-side padding when quote icon is off */
.t7ts--list.t7ts--no-quote .t7ts__content { padding-left: 0; }
