.snippet-review-stars {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--colour-chalet-green);
  font-size: 0.75rem;
}
.snippet-review-stars svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: none;
  stroke: var(--colour-chalet-green);
}