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

theme.css
Gravity Forms Theme Framework & CSS API
For the Chained Selects 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 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.

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

.gform-theme--framework .gfield_chainedselect.vertical.ginput_complex select {
				max-inline-size: 100%;
				min-inline-size: 100px;
				inline-size: auto;
			}

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