.rating {
  display: flex;
  flex-direction: column;
}
.rating__bullets-score {
  display: flex;
  justify-content: space-between;
}
.rating__bullets-score .bullets {
  display: flex;
  color: #FF725E;
  flex-direction: row-reverse;
  align-items: center;
}
.rating__bullets-score .bullets i {
  margin-right: 3px;
}
.rating__bullets-score .bullets i:before {
  margin: 0 !important;
}
.rating__bullets-score .bullets__xl {
  font-size: 20px;
}
@media (max-width: 1399.98px) {
.rating__bullets-score .bullets__xl {
    font-size: 18px;
}
}
.rating__bullets-score .bullets__lg {
  font-size: 18px;
}
@media (max-width: 1399.98px) {
.rating__bullets-score .bullets__lg {
    font-size: 16px;
}
}
.rating__bullets-score .bullets__md {
  font-size: 16px;
}
@media (max-width: 1399.98px) {
.rating__bullets-score .bullets__md {
    font-size: 14px;
}
}
.rating__bullets-score .bullets__sm {
  font-size: 14px;
}
@media (max-width: 1399.98px) {
.rating__bullets-score .bullets__sm {
    font-size: 12px;
}
}
.rating__bullets-score .bullets__xs {
  font-size: 12px;
}
@media (max-width: 1399.98px) {
.rating__bullets-score .bullets__xs {
    font-size: 10px;
}
}
.rating .count {
  justify-content: flex-end;
  display: flex;
  color: #717C8B;
}
.rating .count__lg {
  font-size: 14px;
}
@media (max-width: 1399.98px) {
.rating .count__lg {
    font-size: 12px;
}
}
.rating .count__md {
  font-size: 12px;
}
.rating .count__sm {
  font-size: 12px;
}
.rating .count__xs {
  font-size: 10px;
}
.review-score-filter .radio-item {
  margin-bottom: 1.25rem;
}
.review-score-filter .radio-item label {
  display: flex;
  align-items: center;
}
.review-score-filter .radio-item label:last-of-type {
  height: 20px;
}
.review-score-filter .radio-item label .rating {
  line-height: 14px;
}
.review-score-filter .radio-item label .rating .score-no {
  display: none;
}
.review-score-filter .radio-item label span {
  margin-right: 0.625rem;
  font-size: 14px;
  color: #717C8B;
}
.review-score-filter .filter-box__body__bottom {
  justify-content: flex-end;
}
