/**
 * RTL Styles
 */

body {
    direction: rtl;
    text-align: right;
}

/* القائمة */
.nav-menu {
    flex-direction: row-reverse;
}

/* الشبكات */
.featured-grid,
.news-grid,
.related-grid,
.video-grid {
    direction: rtl;
}

/* الهيدر */
.header-top-inner {
    flex-direction: row-reverse;
}

.header-search input {
    border-radius: 8px 0 0 8px;
    border-left: 2px solid var(--border-color);
    border-right: none;
}

.header-search button {
    border-radius: 0 8px 8px 0;
}

/* الميتا */
.single-meta,
.post-meta,
.card-meta {
    flex-direction: row-reverse;
}

/* صندوق المؤلف */
.author-box {
    flex-direction: row-reverse;
}

/* المشاركة */
.post-share {
    flex-direction: row-reverse;
}

/* الترقيم */
.pagination {
    flex-direction: row-reverse;
}

/* الويدجت */
.latest-posts-widget li a,
.popular-posts-widget li a {
    flex-direction: row-reverse;
}

/* شريط الأخبار */
.ticker-wrapper {
    flex-direction: row-reverse;
}

.ticker-list {
    animation-direction: reverse;
}

/* القائمة المتنقلة */
@media (max-width: 768px) {
    .nav-menu {
        flex-direction: column;
    }
}
