/* =======================================
  ACF Single Repeater
======================================= */

.wkit-acf-single-repeater {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wkit-acf-single-repeater-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wkit-acf-single-repeater-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
