/* _____________________________
  |                             |
  |   Copyright (C) 2020, JEP   |
  |_____________________________|

  stripe.css is part of the Stripe plugin.
*/

.StripeElement {
  padding: 6px 8px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #ffffff;
  margin: 0 5px 5px 0;
}

.StripeElement iframe {
  background: inherit;
}