/* Custom LTR class for specific elements that need left-to-right text */

.ltr-text {
  direction: ltr !important;
  text-align: left !important;
}

.ltr-text * {
  direction: ltr !important;
  text-align: left !important;
}
