/*
Theme Name: LearnGoEgy Courses
Template: learngoegy
Description: Right-to-Left (RTL) Stylesheet
*/

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

/* Float reversals for legacy elements (Flexbox/Grid usually handles this if written logically) */
.alignright { float: left; margin: 0 20px 20px 0; }
.alignleft { float: right; margin: 0 0 20px 20px; }

.main-navigation ul li {
    margin-left: 0;
    margin-right: 20px;
}
