.vd-tpb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
}

.vd-tpb:hover,
.vd-tpb:focus {
  color: #1f1f1f;
  text-decoration: none;
}

.vd-tpb__icon {
  color: #2f8f1f;
  font-size: 18px;
  line-height: 1;
}

.vd-tpb__text {
  font-weight: 500;
}

.vd-tpb__stars {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1px;
  overflow: hidden;
}

.vd-tpb__stars-bg,
.vd-tpb__stars-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  overflow: hidden;
}

.vd-tpb__stars-bg {
  color: #cfd5cf;
  width: 100%;
}

.vd-tpb__stars-fill {
  color: #2f8f1f;
  width: 0;
}

.vd-tpb__rating,
.vd-tpb__reviews {
  color: #555;
  font-size: 13px;
}


