/* SEO Pulse bilingual article presentation. Polylang normally sets <html dir>. */
body.seo-pulse-arabic-post,
body.seo-pulse-arabic-post .site-main,
body.seo-pulse-arabic-post .elementor-location-single,
body.seo-pulse-arabic-post article {
	direction: rtl;
}

body.seo-pulse-arabic-post .entry-content,
body.seo-pulse-arabic-post .elementor-widget-theme-post-content,
body.seo-pulse-arabic-post .seo-pulse-article {
	direction: rtl;
	text-align: right;
	unicode-bidi: plaintext;
}

body.seo-pulse-arabic-post .entry-content ul,
body.seo-pulse-arabic-post .entry-content ol,
body.seo-pulse-arabic-post .elementor-widget-theme-post-content ul,
body.seo-pulse-arabic-post .elementor-widget-theme-post-content ol {
	padding-right: 1.5em;
	padding-left: 0;
}

body.seo-pulse-arabic-post .entry-content blockquote,
body.seo-pulse-arabic-post .elementor-widget-theme-post-content blockquote {
	border-right: 4px solid currentColor;
	border-left: 0;
	padding-right: 1em;
	padding-left: 0;
}

body.seo-pulse-arabic-post .entry-content table,
body.seo-pulse-arabic-post .elementor-widget-theme-post-content table {
	direction: rtl;
	text-align: right;
}

body.seo-pulse-arabic-post code,
body.seo-pulse-arabic-post pre,
body.seo-pulse-arabic-post input[type="email"],
body.seo-pulse-arabic-post input[type="url"] {
	direction: ltr;
	text-align: left;
	unicode-bidi: isolate;
}
