/**
 * HomeRunner Rentus — Site Tweaks.
 *
 * Center the rental-income (Verhuren) Gravity Forms submit button in all three
 * languages — client feedback doc, 22 Aug 2026. Covers both legacy and 2.5+
 * Gravity Forms footer markup.
 */

#gform_wrapper_6 .gform_footer,
#gform_wrapper_6 .gform-footer {
	text-align: center;
	justify-content: center;
}

#gform_wrapper_6 .gform_footer input[type="submit"],
#gform_wrapper_6 .gform_footer button,
#gform_wrapper_6 .gform-footer input[type="submit"],
#gform_wrapper_6 .gform-footer button {
	float: none;
	display: inline-block;
	margin: 0 auto;
}
