/* Future Power — website (guest) CSS.
   Email-link login is disabled (System Settings.login_with_email_link = 0), and its trigger button
   is gone with the social block. But Frappe's /login template still emits the standalone email-link
   section markup unconditionally; it is JS-hidden on load, which can briefly flash before JS runs.
   Suppress it outright. The class exists only on the Frappe /login page, so this is a no-op elsewhere. */
.for-login-with-email-link { display: none !important; }
