/* Center align all elements in Gravity Form with class rtl-ready */
body .rtl-ready .gform-body,
body .rtl-ready .gform_page_fields,
body .rtl-ready .gform_fields,
body .rtl-ready .gfield,
body .rtl-ready .gfield_label,
body .rtl-ready .ginput_container,
body .rtl-ready .ginput_container_radio,
body .rtl-ready .ginput_container_checkbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* Horizontal reverse layout for next buttons with spacing */
body .rtl-ready .gform-page-footer {
	display: flex !important;
	flex-direction: row-reverse !important;
	justify-content: center !important;
	align-items: center !important;
}