.page_posts .theme_row_table .other_fields {
  grid-auto-flow: unset;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}
.field_total_posts .cell_heading {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

.page_post-collections .add_record_set_parent_id,
.page_post-categories .add_record_set_parent_id {
  top: 8px;
  right: 8px;
}