/*
 * Direction flips that logical properties do not cover.
 *
 * The bulk of the Arabic styling already lives in style.css under
 * html[dir="rtl"] — font stack, line height, and the removal of
 * letter-spacing and uppercase from labels (both of which break Arabic:
 * uppercase does nothing, and letter-spacing disconnects joined letterforms).
 *
 * WordPress loads this file automatically when the site language is RTL.
 */

.crumb span{transform:scaleX(-1);display:inline-block}
.post-navigation .nav-previous{order:2}
.post-navigation .nav-next{order:1}
.entry blockquote{border-inline-start:2px solid var(--ice)}

/* IBM Plex Mono carries no Arabic glyphs — keep numerals and codes LTR */
.crumb,.nav-links a,.nav-links span{font-family:var(--ar);letter-spacing:0;text-transform:none}
