/*
 * استایل‌های اختصاصی راست‌به‌چپ (RTL)
 * وردپرس این فایل را به‌طور خودکار بعد از style.css بارگذاری می‌کند
 * اگر body دارای dir="rtl" باشد (زبان سایت فارسی/عربی و مشابه آن باشد).
 *
 * Theme Name: تمزی (نسخه RTL)
 */

.top-bar,
.d-header-top,
.mobile-top-row {
	direction: rtl;
}

.breadcrumb-sep {
	display: inline-block;
	transform: scaleX(-1);
}

.entry-tags,
.comment-author {
	direction: rtl;
	text-align: right;
}

.search-bar button {
	right: auto;
	left: 15px;
}
