/* Add custom CSS styles below */ .product-features--wrapper {
  margin-top: 12px !important;
}
.product-features--wrapper .product-features-item {
  background-color: #f0fdf4 !important;
  border: 1px solid #86efac !important;
  border-radius: 10px !important;
  color: #15803d !important;
}
.product-features--wrapper .product-features-item .feature-icon,
.product-features--wrapper .product-features-item .feature-icon * {
  color: #16a34a !important;
  fill: #16a34a !important;
}
.product-features--wrapper .product-features-item h3 {
  color: #15803d !important;
  font-weight: 700 !important;
}