/* Compact admin changelist tables — tighter rows, smaller cells, capped previews. */
#result_list th,
#result_list td {
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
  font-size: 0.8125rem !important;
  line-height: 1.25 !important;
}

/* Cap image/preview thumbnails so rows stay short. */
#result_list td img {
  max-height: 34px !important;
  width: auto !important;
  object-fit: contain;
}

/* Keep the order + action cells from stretching. */
#result_list td.field-order,
#result_list th.column-order {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
#result_list td.field-row_actions {
  white-space: nowrap;
}
