/*
 * RTL stylesheet — WordPress automatically loads this file when an RTL language
 * (e.g. Hebrew) is active. The main [dir="rtl"] selectors in main.css handle
 * most RTL layout. This file adds any WordPress-core RTL overrides.
 */

body {
    direction: rtl;
    text-align: right;
}

.foot__inner > :nth-child(3) {
    text-align: start;
}
