/**
 * Right-to-left overrides for the AI Conversational Forms admin screens.
 *
 * Loaded only on RTL locales, on top of admin.css.
 */

.afb-aicf-field-list {
	margin-left: 0;
	margin-right: 20px;
}

.afb-aicf-help-list {
	margin-left: 0;
	margin-right: 18px;
}

.afb-aicf-conv-collected {
	margin-left: 0;
	margin-right: 18px;
}
