/**
 * @file
 * Stripe payment form styles for the Commerce Stripe module.
 */

/*
 * Add drupal core form elements styling to the Stripe payment form.
 */
.stripe-form .form-text {
  box-sizing: border-box;
  margin: 2px 0;
  padding: 4px;
  color: #3b3b3b;
  border: 1px solid #ccc;
  font-size: 0.929em;
}
.stripe-form .error {
  color: #a51b00;
  border-width: 1px;
  border-color: #e62600;
  background-color: hsl(15, 75%, 97%);
  box-shadow: 0 5px 5px -5px #b8b8b8 inset;
}
.stripe-form #card-number-element {
  width: 12em;
}
.stripe-form #expiration-element {
  width: 5em;
}
.stripe-form #security-code-element {
  width: 4em;
}
.stripe-payment-element-form {
  margin: 1em 0 1em 0;
}
