/* Styles removed */

.c-filter-panel { margin-bottom: 20px; }

/* datagrid POST actions render as form+button — match GET icon-link styling */
.c-table-actions form { display: contents; }
.c-table-actions button.c-table-actions__item { padding: 0; cursor: pointer; font: inherit; }

/* separate action buttons from the field list / checkboxes directly above them */
.c-form__list + .c-form__actions { margin-top: 16px; }
