/*
Theme Name: Flavor News
Description: RTL Support
*/

body {
    direction: rtl;
    unicode-bidi: embed;
}

/* Fix for some plugins that might assume LTR */
.alignleft {
    float: right;
    margin-left: 1.5em;
    margin-right: 0;
}

.alignright {
    float: left;
    margin-right: 1.5em;
    margin-left: 0;
}

.text-left {
    text-align: right;
}

.text-right {
    text-align: left;
}

/* In case we need specific overrides, but main.css is already RTL-first */