/* Directional corrections for the Arabic Polylang route. */
body.rtl,
body.tanetekno-rtl {
	direction: rtl;
}

.rtl .site-header__inner,
.rtl .site-nav,
.rtl .site-actions,
.rtl .button-row,
.rtl .site-footer__bottom .shell {
	direction: rtl;
}

.rtl .site-brand,
.rtl .language-switcher,
.rtl .eyebrow,
.rtl .technical-divider,
.rtl .woocommerce-Price-amount {
	direction: ltr;
}

.rtl input[type="email"],
.rtl input[type="tel"],
.rtl input[type="url"],
.rtl input[type="number"] {
	direction: ltr;
	text-align: right;
}
