.vardien-wallet-button.vardien-wallet-button-large {
	margin-bottom: 14px;
}

/* wp-login.php — wallet as first choice (1.1.3) */
body.login #loginform {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

body.login #loginform > * {
	flex: 0 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}

body.login #loginform .vardien-wallet {
	order: -10;
	flex-basis: 100%;
	margin: 0;
	display: block;
}

/* Remember Me + Forgot Password? on same line */
body.login #loginform p.forgetmenot,
body.login #loginform p.lostmenot {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	align-items: center;
	margin: 8px 0;
}

body.login #loginform p.forgetmenot {
	justify-content: flex-start;
	gap: 6px;
}

body.login #loginform p.lostmenot {
	justify-content: flex-end;
	text-align: right;
}

body.login #loginform p.submit,
body.login #loginform .bb-sso-clear,
body.login #loginform #bb-sso-custom-login-form-1 {
	flex-basis: 100%;
}

body.login #loginform .vardien-wallet .vardien-wallet-metamask-login-button {
	width: 100%;
	justify-content: center;
	border: 1.5px solid var(--bb-primary-color, #385DFF);
	background: #fff;
	color: var(--bb-primary-color, #385DFF);
	border-radius: 8px;
	padding: 10px 16px;
	min-height: 44px;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
}

body.login #loginform .vardien-wallet .vardien-wallet-metamask-login-button:hover {
	background: var(--bb-primary-color, #385DFF);
	color: #fff;
}

/* Top OR separator — standalone (decoupled from BuddyBoss SSO bb-sso-separator class) */
body.login #loginform .vardien-wallet-or {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: #72777c;
	margin: 16px 0;
	font-weight: 700;
	font-size: 12px;
	order: -9;
}

body.login #loginform .vardien-wallet-or::before,
body.login #loginform .vardien-wallet-or::after {
	content: "";
	flex-grow: 1;
	background: #dddddd;
	height: 1px;
	margin: 0 8px;
}

#subnav a#crypto-wallet::before {
	content: '\ef6d';
	font-family: 'bb-icons';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 6px;
}

/* BuddyBoss /register page - wallet as first choice (1.1.7) */
body.registration #signup-form .vardien-wallet {
	margin-bottom: 0;
}

/* Selector strength matches the theme's double-id rule
   (.bs-bp-container-reg #buddypress #signup-form.standard-form button) so our
   padding wins; min-height aligns with the Google button (44px). */
body.registration #buddypress #signup-form.standard-form .vardien-wallet-metamask-login-button {
	width: 100%;
	justify-content: center;
	border: 1.5px solid var(--bb-primary-color, #385DFF);
	background: #fff;
	color: var(--bb-primary-color, #385DFF);
	border-radius: 8px;
	padding: 10px 16px;
	min-height: 44px;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
}

body.registration #buddypress #signup-form.standard-form .vardien-wallet-metamask-login-button:hover {
	background: var(--bb-primary-color, #385DFF);
	color: #fff;
}

/* OR separator on the register page (standalone class, decoupled from BuddyBoss SSO) */
body.registration #signup-form .vardien-wallet-or {
	display: flex;
	align-items: center;
	color: #72777c;
	margin: 16px 0;
	font-weight: 700;
	font-size: 12px;
}

body.registration #signup-form .vardien-wallet-or::before,
body.registration #signup-form .vardien-wallet-or::after {
	content: "";
	flex-grow: 1;
	background: #dddddd;
	height: 1px;
	margin: 0 8px;
}