/* RTL adjustments for Arabic and other RTL languages */

body.rtl {
  direction: rtl;
}

body.rtl .wp-block-navigation__container {
  justify-content: flex-start;
}

body.rtl .wp-block-site-title,
body.rtl .wp-block-site-tagline,
body.rtl p,
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl h5,
body.rtl h6 {
  text-align: right;
}

body.rtl .wp-block-buttons {
  justify-content: flex-start;
}

body.rtl .wp-block-columns {
  direction: rtl;
}
