/**
 * woocommerce/product-rating
 */
.wc-block-components-product-rating {
  color: var(--wp--preset--color--accent);
}

.wc-block-components-product-rating__reviews_count {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
}

/**
 * Style: small
 */
.wc-block-components-product-rating.is-style-gtmt-small {
  font-size: var(--wp--preset--font-size--xs);
}