/* GenioHub public frontend — RTL text helpers only (keeps original Loopple theme) */
html[dir="rtl"] body {
  font-family: "Cairo", "Plus Jakarta Sans", "Segoe UI", Tahoma, sans-serif;
}
html[dir="rtl"] .navbar-nav,
html[dir="rtl"] .dropdown-menu,
html[dir="rtl"] .accordion-button,
html[dir="rtl"] .card-body,
html[dir="rtl"] p,
html[dir="rtl"] li {
  text-align: right;
}
html[dir="rtl"] .text-start { text-align: right !important; }
html[dir="rtl"] .text-end { text-align: left !important; }
html[dir="rtl"] .me-1, html[dir="rtl"] .me-2, html[dir="rtl"] .me-3,
html[dir="rtl"] .me-4, html[dir="rtl"] .me-5 {
  margin-right: 0 !important;
}
html[dir="rtl"] .ms-auto { margin-left: 0 !important; margin-right: auto !important; }
html[dir="rtl"] .ms-1 { margin-left: 0 !important; margin-right: 0.25rem !important; }
html[dir="rtl"] .ms-2 { margin-left: 0 !important; margin-right: 0.5rem !important; }
html[dir="rtl"] .dropdown-menu-end { right: auto; left: 0; }