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

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-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--framework .gfield--type-chainedselect .ginput_chained_selects_container.vertical select {
				inline-size: auto;
				max-inline-size: 100%;
				min-inline-size: 100px;
			}

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