.kraftmaster-theme .kmr-testimonial-title-heading {
  margin-top: 8px;
  font-size: 21px;
  line-height: 28px;
}

.testimonial-meta.testimonial-date {
  font-size: 14px;
  color: #888;
}

.testimonial-rate {
  margin-top: 8px;
}
.testimonial-rate-list {
  gap: 2px;
}
.star-placeholder {
  width: 15px;
  height: 15px;
  display: block;
  background-image: url('icons/rate-star.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}