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

theme-framework.css
Gravity Forms Theme Framework & CSS API
For the Coupons 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 Coupons Add-On: theme-foundation.css
- Gravity Forms Theme Framework: gravity-forms-theme-framework.css

Gravity Forms is a Rocketgenius project
copyright 2008-2023 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.

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

/* Fields: Handles Gravity Forms Coupon Add-On field-level styles */

/* -----------------------------------------------------------------------------
 *
 * Fields
 * Gravity Form Field Types
 *
 * This file is just a clearing-house.
 * Make partials (start with an underscore) elsewhere for actual code.
 *
 * ----------------------------------------------------------------------------- */

/*
NOTE:
The Theme Framework CSS API properties with the "--gform-theme" prefix are deprecated, and
the CSS API properties with the "--gf" prefix are the updated properties.

Deprecated version (core): 2.8
End of support version (core): 2.9
Deprecated version (coupons): 3.2.1
*/

.gform-theme--framework .gfield--type-coupon input.gf_coupon_code {

		/* Local CSS API Overrides */
		--gform-theme-local-inline-size: initial;

		--gf-local-width: initial;
	}

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