/**
 * Pluggo SEO — front-end RTL overrides.
 *
 * Loaded only for RTL locales. Covers the plugin's front-end output:
 * breadcrumbs and the HTML sitemap. The theme owns the page font, so this
 * file only fixes direction — it does not impose Vazirmatn site-wide.
 */

.pluggo-seo-breadcrumbs {
	direction: rtl;
}

.pluggo-seo-breadcrumbs ol {
	flex-direction: row;
}

.pluggo-seo-crumb-sep {
	margin-left: 0;
	margin-right: 6px;
}

.pluggo-seo-html-sitemap {
	direction: rtl;
	text-align: right;
}

.pluggo-seo-html-sitemap ul {
	padding-right: 1.2em;
	padding-left: 0;
}
