/* RTL Overrides for Agarha Modern */
body.rtl {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;
}

body.rtl .site-header .container,
body.rtl .site-footer .container {
    flex-direction: row-reverse;
}

body.rtl .main-navigation ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

/* Bi-directional Flex fixes */
body.rtl .flex-row {
    flex-direction: row-reverse;
}

/* Margin/Padding Flips */
body.rtl .agarha-price-badge {
    margin-right: 0;
    margin-left: 12px;
}

body.rtl .agarha-mini-rating {
    margin-right: 8px;
    margin-left: 0;
}

body.rtl .agarha-store-logo-wrapper {
    margin-right: 0;
    margin-left: 16px;
}

/* Logic for warnings/info boxes with icons */
body.rtl .agarha-warning-box,
body.rtl .agarha-info-box {
    border-left: none !important;
    border-right: 4px solid;
}

body.rtl .agarha-warning-box {
    border-right-color: #ef4444 !important;
}

body.rtl .agarha-info-box {
    border-right-color: #0ea5e9 !important;
}