/* Melissa Foundation additions: card hover interactions */
.lift-hover {
  transition: transform 0.5s, box-shadow 0.5s;
}
.lift-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(61, 32, 63, 0.14) !important;
}
.lift-hover img {
  transition: transform 0.6s;
}
