/* Hide the default "Username" field on the native WP register page - we use email as user_login. */
.login.login-action-register #user_login,
.login.login-action-register label[for="user_login"] {
    display: none !important;
}
/* Optional: prettify first_name input to match WP styling (already handled by WP core) */
