/*
 * rtl.css — loaded automatically by WordPress when is_rtl() is true (Hebrew/he_IL locale).
 *
 * The main style.css is authored RTL-first using CSS logical properties
 * (margin-inline, padding-inline, inset-inline-*, text-align:start, border-inline)
 * and sets `direction: rtl` on <html>, so the layout is already correct in RTL with
 * no mirroring needed. This file only holds the few physical-direction tweaks.
 */

/* Smooth-scroll FAQ arrow / card arrows already use the RTL-correct "←" glyph. */

/* Ensure list bullets sit on the correct side even if a plugin forces LTR. */
body.rtl ul,
body.rtl ol { padding-inline-start: 1.4em; padding-inline-end: 0; }

/* WordPress alignleft/alignright helpers flipped for RTL reading order. */
.rtl .alignleft { float: right; margin-inline-start: 1.5rem; margin-inline-end: 0; }
.rtl .alignright { float: left; margin-inline-end: 1.5rem; margin-inline-start: 0; }
