/*
Theme Name: Agency Grow Theme - RTL
Description: RTL overrides for Store Theme
*/

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

/* Ensure floats and flex alignments flip in header */
.header-search input {
    text-align: right;
}

.footer-widgets {
    text-align: right;
}

/* Let flexbox handle RTL naturally for the grids */
