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

theme.css
Gravity Forms Gravity Theme Styles
For the Mollie Add-On
A light theme for the frontend engineered to get reasonably
nice look and feel in all our standard theme targets.
https://www.gravityforms.com

Theme dependencies:
- Gravity Forms Basic Theme: basic.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.

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

.gform_wrapper.gravity-theme .top_label div.ginput_container.ginput_container_mollie_components, .gform_wrapper.gform_legacy_markup_wrapper .top_label div.ginput_container.ginput_container_mollie_components {
		margin-top: 12px;
	}

.gform_wrapper.gravity-theme .ginput_container_mollie_components .ginput_card_field, .gform_wrapper.gform_legacy_markup_wrapper .ginput_container_mollie_components .ginput_card_field {
		background-color: #fff;
		border: 1px solid #ccc;
		display: inline-block;
		font-family: inherit;
		font-size: inherit;
		letter-spacing: normal;
		padding: 5px 4px;
		width: 100%;
	}

.gform_wrapper.gravity-theme .field_sublabel_hidden_label .ginput_container_mollie_components .ginput_card_field, .gform_wrapper.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_container_mollie_components .ginput_card_field {
		margin-bottom: 12px;
	}

.gform_wrapper.gravity-theme .gfield_error .ginput_container_mollie_components .ginput_card_field, .gform_wrapper.gform_legacy_markup_wrapper .gfield_error .ginput_container_mollie_components .ginput_card_field {
		border: 1px solid #790000;
	}

.gform_wrapper.gravity-theme .ginput_container_mollie_components span.ginput_card_security_code, .gform_wrapper.gform_legacy_markup_wrapper .ginput_container_mollie_components span.ginput_card_security_code {
		max-width: 160px;
		min-width: 100px;
		position: relative;
	}

.gform_wrapper.gravity-theme .ginput_container_mollie_components.ginput_complex .ginput_cardinfo_left .ginput_card_expiration, .gform_wrapper.gform_legacy_markup_wrapper .ginput_container_mollie_components.ginput_complex .ginput_cardinfo_left .ginput_card_expiration {
		max-width: calc(100% - 30px);
	}

.gform_wrapper.gravity-theme .ginput_container_mollie_components.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gform_wrapper.gform_legacy_markup_wrapper .ginput_container_mollie_components.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
		float: right;
		margin: 4px 0 0 8px;
		position: static;
	}

.gform_wrapper.gravity-theme .ginput_container_mollie_components.ginput_complex .ginput_cardinfo_right, .gform_wrapper.gform_legacy_markup_wrapper .ginput_container_mollie_components.ginput_complex .ginput_cardinfo_right {
		max-width: 50%;
		width: 200px;
	}

.gform_wrapper.gravity-theme .ginput_container_mollie_components .ginput_card_security_code_icon + label, .gform_wrapper.gform_legacy_markup_wrapper .ginput_container_mollie_components .ginput_card_security_code_icon + label {
		width: 100%;
	}

/* NOTE: Specific to the form editor, block editor, and entry detail edit markup */

.gform_wrapper.gravity-theme.gform_editor .ginput_container_mollie_components .ginput_card_field, .gform_wrapper.gravity-theme.gform_wrapper_edit_form_entry .ginput_container_mollie_components .ginput_card_field, .block-editor-page .gform_wrapper.gravity-theme .ginput_container_mollie_components .ginput_card_field, .gform_wrapper.gform_legacy_markup_wrapper.gform_editor .ginput_container_mollie_components .ginput_card_field, .gform_wrapper.gform_legacy_markup_wrapper.gform_wrapper_edit_form_entry .ginput_container_mollie_components .ginput_card_field, .block-editor-page .gform_wrapper.gform_legacy_markup_wrapper .ginput_container_mollie_components .ginput_card_field {
			min-height: 36px;
		}

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