.rating-hidden {
    visibility: hidden;
    display: block;
    width: 0px;
    height: 0px;
}

.stars-container {
  width: 100%;
  text-align: left;
  background: white none repeat scroll 0 0;
}

.stars-container .comment_anchor {
  display: flex;
  gap: 4px;
  /* justify-content: center; */
  /* justify-content: center; */
  align-items: center;
}

.stars-container .count-review{
  color: #969696;
  font-size: 15px;
  line-height: 1;

}
