<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.snippet-product-selling-points .product-selling-points-container {
  padding-top: 0.25rem;
}
.snippet-product-selling-points .product-selling-points-container .product-selling-point {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
.snippet-product-selling-points .product-selling-points-container .product-selling-point:last-child {
  margin-bottom: 0;
}
.snippet-product-selling-points .product-selling-points-container .product-selling-point img {
  max-width: 1.25rem;
}
.snippet-product-selling-points .product-selling-points-container .product-selling-point p {
  margin-bottom: 0;
  font-size: 0.975rem;
}</pre></body></html>