.wc-stripe-inline-form {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 10px 8px;
}

.wc-stripe-card-container,
.wc-stripe-save-payment-method {
  + .wc-block-components-payment-methods__save-card-info {
    display: none;
  }
}

.wc-stripe-custom-form-error {
  color: #cc1818;
  width: 100%;
  font-size: 16px;
}

.wc-stripe-custom-form {
  .wc-stripe-card {
    width: 32px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 7px
  }
}