<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
----------------------------------------------------------------

theme-foundation.css
Gravity Forms Theme Foundation Styles &amp; 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-2024 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.

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

/* Stripe Card Element */

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

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

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

/* Stripe Payment Element */

.gform-theme--foundation .gfield--type-stripe_creditcard-payment-element .StripeElement--link {
			margin-block-end: var(--gf-field-gap-y);
		}

.gform-theme--foundation .gfield--type-stripe_creditcard-payment-element #stripe-payment-link:not(.visible) {
			display: none;
		}

/*# sourceMappingURL=theme-foundation.css.map */
</pre></body></html>