/* Add custom CSS styles below */ 



/* Hide default rating */
.s-product-card-rating {
  display: none !important; 
}

/* New assessment design */
.custom-rating {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  gap: 3px;
}

.custom-rating i {
  color:#FBBF24
  font-size: 16px;
}