.formgent-field.formgent-field-repeater{margin-bottom:var(--formgent-field-vertical-spacing-desktop,35px)}@media only screen and (max-width:782px){.formgent-field.formgent-field-repeater{margin-bottom:var(--formgent-field-vertical-spacing-tablet)}}@media only screen and (max-width:480px){.formgent-field.formgent-field-repeater{margin-bottom:var(--formgent-field-vertical-spacing-mobile)}}.formgent-repeater-items{border:1px solid var(--formgent-color-gray-200);border-radius:8px;display:flex;flex-direction:column;padding:20px}.formgent-repeater-item,.formgent-repeater-items{box-sizing:border-box;width:100%}.formgent-repeater-item:not(:last-child){border-bottom:1px solid var(--formgent-color-gray-200);margin-bottom:32px;padding-bottom:16px}.formgent-repeater-item .formgent-field{display:block!important}.formgent-repeater-item .formgent-field:last-child{margin-bottom:0!important}.formgent-repeater-add,.formgent-repeater-remove{align-items:center;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:4px}.formgent-repeater-remove{color:var(--formgent-color-danger);margin-top:20px}.formgent-repeater-remove.formgent-repeater-remove-hide{display:none}.formgent-repeater-add{color:#007cba;margin-top:6px}