/* Help sits above the widget. Do not restyle Unfold file / switch
   internals — those also use .flex / .grow. */
.field-line .grow.relative > .tc-field-help,
.field-line .grow.relative > .leading-relaxed,
.field-line .grow > .tc-field-help {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Stock Unfold boolean: help wrapper beside the switch. */
.field-line .grow > .flex.lg\:flex-row > .lg\:-mt-2,
.field-line .grow > .flex.lg\:flex-row > .lg\:ml-2 {
    order: -1;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.field-line .grow > .flex.lg\:flex-row {
    flex-wrap: wrap;
}
