/*
 * RTL stylesheet - wordsfn theme
 * WordPress loads this automatically for RTL languages
 */

body { direction: rtl; text-align: right; }
.main-nav ul, .footer-grid, .posts-grid, .cats-grid { direction: rtl; }
.breadcrumb-inner { direction: rtl; }
.post-content ul, .post-content ol { padding-right: 24px; padding-left: 0; }
.post-content blockquote { border-right: 4px solid var(--gold); border-left: none; border-radius: 0 8px 8px 0; }
.post-content h2 { padding-right: 16px; padding-left: 0; border-right: 3px solid var(--rust); border-left: none; }
