.rating-display-block {
  margin-top: 2rem;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
.stars-visual {
  display: inline-flex;
  font-size: 1.5rem;
  line-height: 1;
}
.star {
  color: #ccc;
  margin-right: 2px;
}
.star.filled {
  color: #C0000B;
}
.star.half {
  background: linear-gradient(90deg, #C0000B 50%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-caption {
  margin-top: 0.4rem;
  font-size: 0.95rem;
  color: #333;
}
