/*
----------------------------------------------------------------

theme-foundation.css
Gravity Forms Theme Foundation Styles & CSS API
For the Stripe Add-On
A Gravity Forms theme framework foundation responsible for layout,
out-of-the-box enhanced ui, and other basic required styles for
the Stripe Add-on.
https://www.gravityforms.com

Theme dependencies:
- Gravity Forms Theme Reset: gravity-forms-theme-reset.css
- Gravity Forms Theme Foundation: gravity-forms-theme-foundation.css

Gravity Forms is a Rocketgenius project
copyright 2008-2022 Rocketgenius Inc.
https://www.rocketgenius.com
this may not be re-distributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/

.gform-theme--foundation .gfield--type-stripe_creditcard .StripeElement {
		align-items: center;
		display: flex;
	}

.gform-theme--foundation .gfield--type-stripe_creditcard .StripeElement .__PrivateStripeElement {
			inline-size: 100% !important;
		}

.gform-theme--foundation .gfield--type-stripe_creditcard div.gform_stripe_requires_action {
		display: none;
	}

/*# sourceMappingURL=theme-foundation.css.map */
