/**
 * Stone Mega Menu - RTL Styles
 * 
 * @package ProStoneManager
 * @since 2.5.0
 */

/* ========================================
   RTL Layout Adjustments
   ======================================== */

/* Header */
.rtl .psm-mega-menu__header-icon {
    margin-right: 0;
    margin-left: 10px;
}

/* Taxonomy Items */
.rtl .psm-mega-menu__taxonomy-icon {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .psm-mega-menu__taxonomy-item::after {
    margin-left: 0;
    margin-right: auto;
}

.rtl .psm-mega-menu__term-count {
    margin-left: 0;
    margin-right: 5px;
}

.rtl .psm-mega-menu__view-all:hover {
    transform: translateX(-5px);
}

/* Grid and Flex RTL */
.rtl .psm-mega-menu__term-link {
    flex-direction: row-reverse;
}

/* Mobile accordion arrow */
.rtl .psm-mega-menu--mobile .psm-mega-menu__taxonomy-item::after {
    margin-left: 0;
    margin-right: auto;
}
