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

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

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.

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

.gform-theme--foundation .gfield--type-mollie .ginput_container_mollie_components:where(:not(.gf_invisible)) {
		margin-block-start: 12px;
	}

.gform-theme--foundation .gfield--type-mollie .mollie-component iframe {
		inline-size: 100%;
		max-height: var(--gf-ctrl-line-height);
	}

/* TODO: this can be removed when we update the core credit card field to not use CSS to position sub-label */

.gform-theme--foundation .gfield--type-mollie.field_sublabel_below .ginput_cardinfo_left {
		flex-direction: column;
		justify-content: flex-start;
	}

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