/**
 * RTL Stylesheet
 * Nizar Bookstore Theme
 *
 * @package Nizar_Bookstore
 * @since 1.0.0
 */

/* ==========================================================================
   RTL OVERRIDES
   ========================================================================== */

[dir="rtl"] body {
    text-align: right;
    direction: rtl;
}

/* Typography */
[dir="rtl"] .entry-content ul,
[dir="rtl"] .entry-content ol {
    margin-left: 0;
    margin-right: var(--space-6);
}

/* Navigation */
[dir="rtl"] .menu {
    flex-direction: row-reverse;
}

/* Header */
[dir="rtl"] .header-inner {
    flex-direction: row-reverse;
}

[dir="rtl"] .header-tools {
    flex-direction: row-reverse;
}

/* Breadcrumbs */
[dir="rtl"] .breadcrumb-separator::before {
    content: '←';
}

/* Book Cards */
[dir="rtl"] .book-card__footer {
    flex-direction: row-reverse;
}

/* Footer */
[dir="rtl"] .footer-widgets-grid {
    direction: rtl;
}

/* Arrows and Icons */
[dir="rtl"] .pagination .next {
    transform: rotate(180deg);
}

[dir="rtl"] .pagination .prev {
    transform: rotate(180deg);
}

/* Flex and Grid Alignment */
[dir="rtl"] .text-left {
    text-align: right;
}

[dir="rtl"] .text-right {
    text-align: left;
}
