{% scope_css %}
.ds-rating-badge{
  width:188px;
  height:36px;
  border-radius:100px;
  padding:8px 16px;
  display:flex;
  align-items:center;
  box-sizing:border-box;
  background: rgba(232, 244, 248, 0.10);
  border: 1px solid rgba(232, 244, 248, 0.60);
}

.ds-rating-badge__logo{
  width:14px;
  height:14px;
  display:block;
  flex:0 0 14px;
}

.ds-rating-badge__score{
  margin-left:8px;
  color:#FFF;
  font-family:"Open Sans", sans-serif;
  font-size:15px;
  font-style:normal;
  font-weight:700;
  line-height:15px;
  white-space:nowrap;
}

.ds-rating-badge__star{
  margin-left:4px;
  width:14.075px;
  height:13.557px;
  display:block;
  flex:0 0 auto;
}

.ds-rating-badge__source{
  margin-left:6px;
  color:#FFF;
  font-family:"Open Sans", sans-serif;
  font-size:13px;
  font-style:normal;
  font-weight:600;
  line-height:19.5px;
  white-space:nowrap;
}
{% end_scope_css %}