/* RTL direction for Hebrew FAQs */
body {
  direction: rtl;
}

/* Ensure that categories start from the right in RTL */
.cd-faq-categories {
  justify-content: flex-start;
  /* Flex direction is automatically flipped in RTL, so flex-start means it starts from right */
}

.cd-faq-title h2 {
  margin: 0 5px 15px 0;
}
