/**
 * Scoped Urdu Content Styling for QuranGuide Multilingual SEO
 * Protects global theme header & layout structure from flipping.
 */

/* Keep Theme Header & Main Structure Un-flipped (LTR layout) */
header,
#site-header,
.site-header,
.header-wrap,
.main-navigation,
.nav-menu,
.qg-lang-switcher,
.qg-mobile-top-switcher-bar {
	direction: ltr !important;
	text-align: left !important;
}

/* Scoped Urdu Text Styling for Article Content & Titles */
body.qg-lang-ur .entry-content,
body.qg-lang-ur .post-content,
body.qg-lang-ur .entry-title,
body.qg-lang-ur .post-title,
body.qg-lang-ur .page-title,
body.qg-lang-ur .article-content,
body.qg-lang-ur .qg-ur-text {
	direction: rtl !important;
	text-align: right !important;
	font-family: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaleeq', 'Urdu Typesetting', Tahoma, Arial, sans-serif !important;
	line-height: 2.1 !important;
}
