/**
 * Custom Styles for Ollie Theme
 *
 * @package ollie
 * @author  Custom
 * @license GNU General Public License v2 or later
 */

/* Gravity Forms Custom Styles */
.gform-field-label .dispo {
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 10px;
}


/* Gravity Forms Foundation Theme Styles */
.gform-theme--foundation #field_submit, 
.gform-theme--foundation .gform_footer, 
.gform-theme--foundation .gform_page_footer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--gf-form-footer-gap);
}
