/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
/* TYPOGRAPHY */
/* Google Fonts */
@media (max-width: 48rem) {
  [dir=rtl] .transactions-table__mobile-row {
    display: flex;
    justify-content: space-between;
  }
  [dir=rtl] .transactions-table__mobile-row dt {
    text-align: end;
  }
}
