#body .StripeElement {
  height: 40px;
  padding: 10px 12px;
}
#body .StripeElement--invalid {
  border-color: var(--red-medium) !important;
}
#body #accepted-cards {
  min-width: 175px;
  max-width: 175px;
  text-align: right;
}
#body #accepted-cards * {
  width: 50px;
}

