/*
Street Line — RTL companion.
Most of the base stylesheet already uses logical properties
(margin-inline-start, inset-inline-start, gap) so it adapts
automatically. This file only patches the few physical-direction
exceptions for right-to-left (Persian) layouts.
*/

.brand-ticker span::after{
	margin-inline-start:60px;
	margin-inline-end:0;
}

.woocommerce-form-login, .woocommerce-form-register{
	text-align:right;
}
