.stars-fixed-values {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  justify-content: center;
  width: auto;
  margin-left: 0;
}
.stars-fixed-values .stars-fixed-values__body-rating {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 .25rem 0;
}
.stars-fixed-values .stars-fixed-values__body-title {
  font-size: .75rem;
  display: inline;
  font-weight: 600;
  margin: 0 .25rem;
}
.stars-fixed-values .stars-fixed-values__source {
  font-size: .75rem;
  display: block;
  width: 100%;
  color: #6a6a67;
  margin: 0;
  text-align: left;
}
.stars-fixed-values .star-rating {
  width: 70px;
  height: 14px;
}
.stars-fixed-values .star-rating .star-icon-wrapper {
  width: 14px;
}
/* Colors */
.star-filled-1 {
  background-color: #ff3722;
}
.star-filled-2 {
  background-color: #ff8622;
}
.star-filled-3 {
  background-color: #ffce00;
}
.star-filled-4 {
  background-color: #73cf11;
}
.star-filled-5 {
  background-color: #00b67a;
}
/* Reviews count */
.stars-fixed-values__body-rating {
  width: 30%;
  align-items: flex-start;
}
.stars-fixed-values__body-title {
  font-size: 42px;
  line-height: 1;
  margin: 0 0 .5rem 0;
  font-weight: 700;
  color: #333;
}
.stars-fixed-values__body-title--small {
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  margin: 0;
}
.stars-fixed-values__body-votes {
  margin: .5rem 0 0;
  font-size: .875rem;
}
/* Star Ratings */
.stars-fixed-values .star-rating {
  margin-bottom: 0;
  margin-right: 0;
}
.stars-fixed-values .star-rating .star-rating__rating {
  height: 100%;
  display: flex;
  gap: 1px;
}
.stars-fixed-values .star-rating {
  background-image: none;
}
.stars-fixed-values .star-rating .star-rating__rating {
  background-image: none;
  white-space: nowrap;
}
.stars-fixed-values .star-icon-wrapper {
  position: relative;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stars-fixed-values .star-icon-wrapper::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  right: -1px;
  background-color: #fff;
  top: 0;
  z-index: 1;
}
.stars-fixed-values .star-rating svg.star {
  background-color: transparent;
  height: 8px;
  width: 8px;
  fill: #fff;
}

@media screen and (min-width: 768px) {
  .stars-fixed-values {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    justify-content: center;
    width: auto;
  }
  .table .stars-fixed-values .stars-fixed-values__body-rating,
  .card .stars-fixed-values .stars-fixed-values__body-rating {
    justify-content: center;
  }
  .table .stars-fixed-values .stars-fixed-values__source,
  .card .stars-fixed-values .stars-fixed-values__source {
    text-align: center;
  }
  /* Reviews count */
  .stars-fixed-values__body-rating {
    width: auto;
    margin-right: 1rem;
  }
  .stars-fixed-values__body-votes {
    margin: .25rem 0 0;
  }
  .stars-fixed-values .reviews-filters__score {
    display: inline;
  }
}

@media screen and (min-width: 991px) {
  .stars-fixed-values {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    justify-content: center;
    width: auto;
  }
  /* Reviews count */
  .stars-fixed-values__body-rating {
    width: auto;
    margin-right: 1.5rem;
  }
}
