/* Keep avatar on the left even in RTL */
.editorial-list-item { direction: rtl; }
.editorial-list-item .editorial-thumb { order: 0; } /* stays first (left) due to grid placement */
.editorial-item-body { text-align: right; }
.editorial-meta, .editorial-item-meta { justify-content: flex-start; }

/* Single header fine-tuning */
.editorial-title { text-align: right; }
.editorial-content { text-align: right; }
