/**
 * RTL Styles for Sahel Theme
 */

/* Basic RTL adjustments are handled by WordPress core */
/* Additional custom RTL styles can be added here */

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

/* Header */
.rtl .top-bar-link {
    margin-left: 0;
    margin-right: 15px;
}

.rtl .top-bar-link i {
    margin-left: 0;
    margin-right: 5px;
}

.rtl .badge-count {
    left: auto;
    right: -8px;
}

/* Footer */
.rtl .footer-social {
    flex-direction: row-reverse;
}

/* Navigation */
.rtl .breadcrumb-separator i {
    transform: rotate(180deg);
}

/* Cards */
.rtl .verified-badge {
    margin-right: 0;
    margin-left: 0.5rem;
}
