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

theme-foundation-admin.css
Gravity Forms Theme Foundation Admin Styles
For the PayPal Checkout Add-On
A Gravity Forms theme framework foundation responsible for
WordPress admin specific styles for the PayPal Checkout Add-On.
https://www.gravityforms.com

Gravity Forms is a Rocketgenius project
copyright 2008-2025 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.gform_editor .gfield--type-paypal, .block-editor-page .gform-theme--foundation .gfield--type-paypal {
			display: block;
		}

.gform-theme--foundation.gform_editor .gfield--type-paypal .ginput_container_custom_card_fields, .block-editor-page .gform-theme--foundation .gfield--type-paypal .ginput_container_custom_card_fields {
			display: flex;
		}

.gform-theme--foundation.gform_editor .gform_ppcp_payment_method + .ginput_container_custom_card_fields, .gform-theme--foundation.gform_editor .gform_ppcp_payment_method ~ .ginput_container_custom_card_fields, .block-editor-page .gform-theme--foundation .gform_ppcp_payment_method + .ginput_container_custom_card_fields, .block-editor-page .gform-theme--foundation .gform_ppcp_payment_method ~ .ginput_container_custom_card_fields {
			margin-block-start: 12px;
		}

.gform-theme--foundation.gform_editor .gform_ppcp_smart_payment_buttons, .block-editor-page .gform-theme--foundation .gform_ppcp_smart_payment_buttons {
			display: none;
		}

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