/* smart-accordion */
smart-accordion {
    &[right-to-left] {
        >.smart-container {
            direction: rtl;
        }
    }
}