.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}

.br-theme-fontawesome-stars .br-widget a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../../images/icons/star.svg') no-repeat center;
  background-size: contain;
  margin-right: 2px;
  text-decoration: none;
}

.br-theme-fontawesome-stars .br-widget a.br-active,
.br-theme-fontawesome-stars .br-widget a.br-selected {
  background: url('../../../images/icons/star-fill.svg') no-repeat center;
  background-size: contain;
}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none !important;
}

.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}


.your-rating {
  font-size: 13px;
  color: #727690;
  line-height: 3;
  display: none;
}
