/*!
 * Atelier RTL overrides.
 * Applies light-touch adjustments when the interface runs in a right-to-left locale.
 */

body.rtl {
    direction: rtl;
}

body.rtl .c-wa-fab {
    right: var(--fab-offset, 16px) !important;
    left: auto !important;
    flex-direction: row;
}

body.rtl .af-buybar {
    direction: rtl;
}

body.rtl .af-buybar .af-close {
    right: auto;
    left: 0.75rem;
}

body.rtl .af-buybar .af-mid {
    text-align: right;
}

body.rtl .af-buybar .af-badge {
    margin-left: 0;
    margin-right: 0.75rem;
}

body.rtl .footer-widget .widget-link,
body.rtl .footer-widget .widget-info {
    text-align: right;
}
