/* ACF "half-repeater" class, display repeaters in horizontal columns */
.half-repeater .acf-repeater tr.acf-row:not(.acf-clone) {
  display: inline-block !important;
  width: 50% !important;
}

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