/* rtl.css — loaded automatically by WordPress on a Hebrew (RTL) locale.
   The base theme.css is authored RTL-first, so this only holds small
   overrides / safeguards for WP-generated markup. */

body{ direction:rtl; }

/* WP alignments inside post content */
.entry-content .alignright{ float:left; margin:0 0 16px 24px; }
.entry-content .alignleft{ float:right; margin:0 24px 16px 0; }

/* Gutenberg / caption safety */
.wp-caption, .wp-block-image figcaption{ text-align:right; }

/* pagination arrows point the RTL way */
.ax-pagination .prev.page-numbers{ transform:scaleX(-1); }
.ax-pagination .next.page-numbers{ transform:scaleX(-1); }
