/**
 * Right-to-left overrides for the AI Conversational Forms widget.
 *
 * Loaded only on RTL locales, on top of frontend.css, to flip the few
 * direction-specific properties.
 */

.afb-aicf-bubble-assistant {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 4px;
}

.afb-aicf-bubble-user {
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 4px;
}

.afb-aicf-hp {
	left: auto;
	right: -9999px;
}

.afb-aicf-restart {
	margin-left: 0;
	margin-right: auto;
}

.afb-aicf-send::before {
	transform: translate( -45%, -50% ) scaleX( -1 );
}
