.gform-theme--foundation .hidden_label .gfield_repeater .gfield_repeater_cell .gfield:not(.hidden_label)>.gfield_label {
    /** Unhide nested labels when the placeholder label is hidden */
    border: 0;
    clip: unset;
    clip-path: unset;
    height: auto;
    margin: var(--gf-local-margin-y);
    overflow: unset;
    word-wrap: unset;
    padding: 0;
    position: unset;
    width: auto;
}