/*
 * Flamasats Private Store — hide all registration UI elements.
 * Loaded only when FLAMASATS_BLOCK_REGISTER is active.
 *
 * Targets both Classic and Hummingbird themes.
 */

/* "No account? Create one" link on login page */
.no-account,
a[href*="controller=registration"],
a[href*="/registration"],
a[href*="/registro"],
a[href*="crear-cuenta"],
a[href*="create_account"],
a[href*="create-account"],
a[data-link-action="display-register-form"] {
    display: none !important;
}

/* Registration form if rendered inline */
#customer-form[action*="registration"],
form[action*="controller=registration"] {
    display: none !important;
}

/* "Create account" tab on auth page (Hummingbird) */
.register-form,
#register-tab,
[data-tab="register"],
.nav-item a[href*="register"] {
    display: none !important;
}

/* Guest checkout link (force login instead) */
a[href*="controller=guest-tracking"],
a[href*="guest-tracking"],
.guest-form {
    display: none !important;
}
