/* RTL stylesheet — loaded automatically by WordPress when site is RTL */
/* Most RTL handling is in style.css via direction:rtl on body. */
/* This file ensures explicit RTL overrides for any LTR-leaking blocks. */

body { direction: rtl; }

.fc ul, .single-post-wrap .entry-content ul, .single-post-wrap .entry-content ol {
  padding-right: 22px;
  padding-left: 0;
}

.ab-txt {
  border-right: 3px solid var(--bl);
  border-left: none;
  padding-right: 20px;
  padding-left: 0;
}

.single-post-wrap .entry-content blockquote {
  border-right: 3px solid var(--bl);
  border-left: none;
}

.sarr.prev { right: 20px; left: auto; }
.sarr.next { left: 20px; right: auto; }

/* Gutenberg block alignment in RTL */
.alignright { float: right; margin-left: 1em; margin-right: 0; }
.alignleft  { float: left;  margin-right: 1em; margin-left: 0; }
