/* Base RTL corrections for Astra + Elementor */
body {
    direction: rtl;
    text-align: right;
}
.elementor-widget-container,
.ast-container {
    direction: rtl;
}
ul, ol {
    padding-right: 20px;
    padding-left: 0;
}
