/*
 Theme Name:   Astra Child
 Description:  RTL Stylesheet for Astra Child Theme
*/

body {
  direction: rtl;
  unicode-bidi: embed;
}

/* Adjust button paddings and layout specifics for RTL */
.ast-builder-menu-1 .main-header-menu .menu-item {
    padding-right: 20px;
    padding-left: 0;
}

/* Further RTL specifics can be added here if needed to fix Astra native RTL regressions */
