/*
Theme Name: StreamVid Child RTL
Description: RTL styles for StreamVid Child
*/

body {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;
}

/* Adjust margins and paddings for RTL */
.ml-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.mr-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

/* Float adjustments */
.float-left {
    float: right !important;
}

.float-right {
    float: left !important;
}

/* Add any theme specific RTL fixes below */
