/* Fixed scope: Target the correct form ID 'kc-register-form' */
#kc-register-form .pf-v5-c-form__group:has(input#username),
#kc-register-form .pf-v5-c-form__group:has(label[for="username"]),
#kc-register-form .pf-v5-c-form__group:has(input#firstName),
#kc-register-form .pf-v5-c-form__group:has(label[for="firstName"]),
#kc-register-form .pf-v5-c-form__group:has(input#lastName),
#kc-register-form .pf-v5-c-form__group:has(label[for="lastName"]) {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
}

/* Set hand cursor on register submit button */
#kc-form-buttons input[type="submit"].pf-v5-c-button {
    cursor: pointer !important;
}

/* Constrain the size of social login icons in the new v2 theme */
.pf-v5-c-button > svg, 
.pf-v5-c-button__icon > svg {
    width: 20px !important;
    height: 20px !important;
}