.yotpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--sp-spacing-4)
}

.yotpo.-large .yotpo__wrap {
  width: 100px
}

.yotpo.-large .yotpo__star {
  width: 20px;
  height: 20px
}

.yotpo.-large .yotpo__rating {
  font-size: 20px
}

.yotpo__wrap {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.yotpo__star {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.yotpo__star.-full {
  background: url(/html/template/default/assets/img/yotpo-icon_star-full.svg) no-repeat center center/contain
}

.yotpo__star.-half {
  background: url(/html/template/default/assets/img/yotpo-icon_star-half.svg) no-repeat center center/contain
}

.yotpo__star.-empty {
  background: url(/html/template/default/assets/img/yotpo-icon_star-empty.svg) no-repeat center center/contain
}

.yotpo__rating {
  font-size: 16px;
  line-height: 1;
  font-weight: 700
}
