• Replace each rendered form-group's always-on .hint paragraph with a small circled "?" icon appended to the group's label, carrying the hint text as the icon's tooltip. The guidance stays one hover away without the hint competing visually with the field value. Shared by the item and actor sheet bases so the behaviour is identical on every SoHL sheet.

    Idempotent: on a re-render, a group already bearing a .hint-help icon simply has any freshly re-emitted .hint dropped.

    Parameters

    • root: HTMLElement

      The rendered sheet element to transform in place.

    Returns void