/**
 * Stories Wall RTL Support
 * 
 * The main stylesheet stories-wall-public.css is now designed with RTL as the default.
 * This file remains for any specific overrides needed by the theme's direction.
 */

.stories-wall-wrapper {
    direction: rtl;
    text-align: right;
}

/* Ensure flex containers behave correctly if theme overrides direction */
.sw-header-actions,
.sw-section-header,
.story-footer,
.sw-interaction-bar {
    direction: rtl;
}
