/*!***********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./extensions/GlobalRating/app.css ***!
  \***********************************************************************************/
/* Ensure the container aligns well within the product card */

.tv-rating-stars {
  /* display: flex;
  justify-content: center; */
  display: inline-block;
}

.tv-rating-container {
  margin-top: 10px;
}

.tv-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

.tv-total-rating {
  /* padding-inline: 4px;
  color: #000;
  font-size: 14px; */
  font-size: 14px;
  padding-left: 10px;
}

