.rating-with-action {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.rating-with-action__bullets-count {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.625rem;
}
.rating-with-action__bullets-count .bullets {
  display: flex;
  flex-direction: row-reverse;
  color: #FF725E;
}
.rating-with-action__bullets-count .bullets i {
  margin-right: 3px;
}
.rating-with-action__bullets-count .bullets i:before {
  margin: 0 2px 0 0 !important;
  width: 18px;
  height: 17px;
}
.rating-with-action__bullets-count .bullets__lg {
  font-size: 20px;
}
.rating-with-action__bullets-count .bullets__md {
  font-size: 16px;
}
.rating-with-action__bullets-count .bullets__sm {
  font-size: 14px;
}
.rating-with-action__bullets-count .count {
  justify-content: flex-end;
  display: flex;
  color: white;
  font-size: 14px;
}
.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;
}
