/* Shared product benefit-card surface and hover treatment. */
.product-benefit-card {
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(rgba(43, 43, 43, 0.1), rgba(43, 43, 43, 0.1)) border-box;
}

.product-benefit-card:hover {
  background:
    linear-gradient(180deg, #f8d165 0%, #f89c1d 100%) padding-box,
    linear-gradient(180deg, #f8d165 0%, #f89c1d 100%) border-box;
}
