/**
 * NF Field Groups
 */

/* Hide marker rows — positioned off-screen rather than display:none
   so CL can still read/set their display property meaningfully */
.groupstart-container,
.groupend-container {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}

/* The group wrapper */
.nf-field-group-wrapper {
    /* Override per-site as needed */
}

/* Optional group label */
.nf-field-group-label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
