/*
Arabic RTL – Child Theme
*/

/* Inherit parent RTL */
/* @import url("../newsup/style-rtl.css"); */

/* Global RTL enforcement */
html, body {
  direction: rtl;
  text-align: right;
}