/* KAVIAN — right-align admin changelist for proper Persian RTL */
#result_list th,
#result_list td,
.results table th,
.results table td {
  text-align: right !important;
}
/* keep the row-select checkbox column centered */
#result_list th.action-checkbox-column,
#result_list td.action-checkbox-column,
#result_list th:first-child,
#result_list td:first-child {
  text-align: center !important;
}
/* align column header link content to the right */
#result_list thead th a,
.results thead th .text {
  justify-content: flex-end;
}
/* numeric inputs (stock) and selects (status) align right inside RTL */
#result_list td input,
#result_list td select {
  text-align: right;
}
