/* RTL tweaks (WordPress loads rtl.css automatically when is_rtl) */
body{ direction: rtl; }
.breadcrumb .sep{ transform: rotate(180deg); }
.primary-nav a{ letter-spacing: 0; }
.small-item{ grid-template-columns: 1fr 86px; }
.small-item img{ order: 2; }
.small-item .info{ order: 1; }

.lined-list li{ grid-template-columns: 1fr 86px; }
.lined-list img{ order: 2; }
.lined-list .info{ order: 1; }
.article .content blockquote{ border-inline-start: none; border-inline-end: 4px solid var(--accent); }
