.vb-rating-inline{
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:2px;   /* runter */
  margin-bottom:6px; /* runter */
  line-height:1;
}

.vb-stars{
  color:#f5a623;
  font-size:13px;
  letter-spacing:0.5px;
  line-height:1;
  display:flex;
  align-items:center;
  transform: translateY(-0.5px);
}

.vb-rating-text{
  font-size:13px;
  color:#6b7280;
  line-height:1;
  white-space:nowrap; /* verhindert Umbruch */
}

.vb-review{
  border:1px solid #eee;
  padding:8px 10px;
  border-radius:6px;
  margin-top:8px;
  background:#fafafa; /* leichter Unterschied */
}

.vb-review strong{
  font-size:12px;
}

.vb-review p{
  font-size:12px;
  line-height:1.3;
  color:#555;
}