.indented {
  margin-left: 1.5rem;
  /* LTR */
}

[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 1.5rem;
}
