/* DirectionMixin */
:host([dir='rtl']) {
    transform: scaleX(-1);
}