/* .admin-fc .acf-repeater tr.acf-row:not(.acf-clone) {
    display: inline-block !important;
    width: 50% !important;
} */

/* .admin-fc .acf-repeater tr.acf-row:not(.acf-clone) {
    display: flex !important;
    flex-basis: 25%;
    flex-grow: 1;
} */

.admin-fc .acf-repeater .acf-table tbody {
    display: flex;
    flex-direction: row;
}

.admin-fc .acf-repeater tr.acf-row:not(.acf-clone) {
    flex-grow: 1;
    /* flex-basis: 25%; */
}

.admin-fc .acf-repeater tr.acf-row:not(.acf-clone) td.acf-fields {
    width: 100%;
}
