/******* Do not edit this file *******
Code Snippets Manager
Saved: Oct 06 2025 | 19:39:52 */
/* Form builder grouped field mobile layout fix */
@media screen and (max-width: 799px) {
	.fb-container {
		--fb-form-column-gap: 1em;
	}
	
	.fb-grouped-field {
		grid-template-columns: repeat(1, 1fr);
	}
}