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

theme-framework.css
Gravity Forms Theme Framework &amp; CSS API
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 Theme Foundation for the Stripe Add-On: 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--framework .gfield--type-stripe_creditcard-card .StripeElement--focus {

			/* Theme Framework CSS API Integration */
			--gf-local-bg-color: var(--gf-ctrl-bg-color-focus);
			--gf-local-border-color: var(--gf-ctrl-border-color-focus);
			--gf-local-shadow: var(--gf-ctrl-shadow-focus);
			--gf-local-color: var(--gf-ctrl-color-focus);
		}

.gform-theme--framework .gfield--type-stripe_creditcard-card .StripeElement--invalid {

			/* Theme Framework CSS API Integration */
			--gf-local-bg-color: var(--gf-ctrl-bg-color-error);
			--gf-local-border-color: var(--gf-ctrl-border-color-error);
			--gf-local-color: var(--gf-ctrl-color-error);
		}

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