.ab-vendor-rating{
  display:flex;
  align-items:center;
  gap:8px;
  margin:8px 0 10px;
  font-size:13px;
}

.ab-vendor-stars{
  color:#d18a00;
  letter-spacing:1px;
}

.ab-vendor-rating__value{
  font-weight:700;
}

.ab-vendor-rating__count{
  opacity:.78;
}

.ab-vendor-reviews{
  width:100%;
}

.ab-vendor-reviews__title{
  margin:0 0 10px;
}

.ab-vendor-review-list{
  display:grid;
  gap:12px;
}

.ab-vendor-review{
  border:1px solid rgba(0,0,0,.09);
  border-radius:14px;
  padding:12px;
  background:rgba(0,0,0,.025);
}

.ab-vendor-review__head{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:flex-start;
  justify-content:space-between;
}

.ab-vendor-review__rating{
  color:#d18a00;
  letter-spacing:1px;
  font-size:14px;
}

.ab-vendor-review__meta{
  flex:1 1 220px;
  display:grid;
  gap:3px;
}

.ab-vendor-review__title{
  display:block;
}

.ab-vendor-review__byline{
  font-size:12px;
  opacity:.72;
}

.ab-vendor-review__content p:last-child{
  margin-bottom:0;
}

.ab-vendor-reviews__empty{
  margin:0;
  opacity:.72;
}