.saved-payment-add-new-card {
  max-height: 0px;
  opacity: 0;
  transition: opacity 0.3s, max-height 0.3s;
  pointer-events: none;
}

.saved-payment-add-new-card.active {
  opacity: 1;
  max-height: 280px;
  transition: opacity 0.3s, max-height 0.3s;
  pointer-events: auto;
}
