.page_custom-fields-post .theme_row_table .other_fields,
.page_custom-fields-contact .theme_row_table .other_fields,
.page_custom-fields-checkout .theme_row_table .other_fields,
.page_custom-fields-registration .theme_row_table .other_fields {
  grid-template-rows: 1fr;
  grid-template-columns: auto 90px;
}
.page_custom-fields-post .theme_row_table .cms_rows,
.page_custom-fields-contact .theme_row_table .cms_rows,
.page_custom-fields-checkout .theme_row_table .cms_rows,
.page_custom-fields-registration .theme_row_table .cms_rows {
  min-height: 40px;
  grid-template-columns: 33px auto;
}


.page_custom-fields-post .add_record_set_parent_id,
.page_custom-fields-contact .add_record_set_parent_id,
.page_custom-fields-checkout .add_record_set_parent_id,
.page_custom-fields-registration .add_record_set_parent_id {
  top: 8px;
  right: 8px;
}