.rating-widget {
  margin-top: 24px;
  margin-bottom: 2px
}
@media screen and (min-width:1200px) {
  .rating-widget {
    margin-top: -6px;
    margin-bottom: -8px
  }
}
.rating-widget .user-rating {
  margin-top: 0;
  vertical-align: text-top
}
.rating-widget .user-rating .fivestar-summary {
  display: none
}
.rating-widget__label {
  font-size: 14px;
  margin-bottom: 11px
}
.rating-widget__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 12px;
  margin: 0 auto;
  font-size: 16px
}
@media print,
screen and (min-width:64em) {
  .rating-widget__inner {
    margin: -4px auto -6px
  }
}
.rating-widget__stars {
  width: 96px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_392)"><path d="M6.72956 0.468355C6.87924 0.00769949 7.53094 0.00770035 7.68062 0.468356L9.03874 4.64821C9.10567 4.85422 9.29765 4.9937 9.51426 4.9937H13.9092C14.3936 4.9937 14.595 5.61351 14.2031 5.89821L10.6475 8.4815C10.4723 8.60882 10.3989 8.83451 10.4659 9.04052L11.824 13.2204C11.9737 13.681 11.4464 14.0641 11.0546 13.7794L7.49898 11.1961C7.32374 11.0688 7.08644 11.0688 6.9112 11.1961L3.3556 13.7794C2.96374 14.0641 2.43651 13.681 2.58618 13.2204L3.9443 9.04052C4.01123 8.83451 3.93791 8.60882 3.76266 8.4815L0.207066 5.89821C-0.184791 5.61351 0.0165969 4.9937 0.500959 4.9937H4.89592C5.11253 4.9937 5.30451 4.85422 5.37145 4.64821L6.72956 0.468355Z" fill="%23CCCCCC"/></g><defs><clipPath id="clip0_1_392"><rect width="20" height="14" fill="white"/></clipPath></defs></svg>');
  background-repeat: repeat-x;
  cursor: pointer
}
.rating-widget__stars-golden {
  width: 50%;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_391)"><path d="M6.72956 0.468355C6.87924 0.00769949 7.53094 0.00770035 7.68062 0.468356L9.03874 4.64821C9.10567 4.85422 9.29765 4.9937 9.51426 4.9937H13.9092C14.3936 4.9937 14.595 5.61351 14.2031 5.89821L10.6475 8.4815C10.4723 8.60882 10.3989 8.83451 10.4659 9.04052L11.824 13.2204C11.9737 13.681 11.4464 14.0641 11.0546 13.7794L7.49898 11.1961C7.32374 11.0688 7.08644 11.0688 6.9112 11.1961L3.3556 13.7794C2.96374 14.0641 2.43651 13.681 2.58618 13.2204L3.9443 9.04052C4.01123 8.83451 3.93791 8.60882 3.76266 8.4815L0.207066 5.89821C-0.184791 5.61351 0.0165969 4.9937 0.500959 4.9937H4.89592C5.11253 4.9937 5.30451 4.85422 5.37145 4.64821L6.72956 0.468355Z" fill="%23F7B500"/></g><defs><clipPath id="clip0_1_391"><rect width="20" height="14" fill="white"/></clipPath></defs></svg>');
  background-repeat: repeat-x
}
.rating-widget__average {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  cursor: pointer
}
.rating-widget__average::after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  margin: 0 -5px 0 5px;
  border-radius: 1px;
  background: #000
}
.rating-widget__comments-number a {
  opacity: .6
}
.rating-widget__comments-number a:hover {
  opacity: 1;
  color: #e1261c
}
.rating-widget__add-comment {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}
.rating-widget__add-comment a {
  opacity: .6
}
.rating-widget__add-comment a:hover {
  opacity: 1;
  color: #e1261c
}