.repeater-flex .acf-repeater tbody {
  display: flex;
  flex-direction: row;
}
.repeater-flex .acf-repeater tr.acf-row:not(.acf-clone) {
  width: 100%;
}
.repeater-flex .acf-repeater tr.acf-row:not(.acf-clone) td.acf-fields {
  width: 100% !important;
}
.repeater-flex.no-float .acf-label {
  float: none !important;
  width: 100% !important;
}
.repeater-flex.no-float .acf-fields.-left > .acf-field:before {
  background: inherit;
  border: none;
}