/* Sign-up popup — explicit account-type choice first, then credentials, profile details, and verification. */
.vwa-signup,
.vwa-signup input,
.vwa-signup select,
.vwa-signup button,
.vwa-signup textarea,
.vwa-signup label,
.vwa-signup p,
.vwa-signup a,
.vwa-signup span,
.vwa-signup strong {
	font-family: inherit;
	letter-spacing: normal;
}
.vwa-signup .vwa-step[hidden] { display: none; }
.vwa-signup fieldset p { margin-bottom: 10px; }
.vwa-signup label select {
	width: 100%;
	margin-top: 8px;
	padding: 0 12px 0 45px;
	height: 51px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background-color: #fff;
	font-size: 15px;
	color: #333;
	cursor: pointer;
}
.vwa-signup label select:invalid { color: #888; }
.vwa-signup .button { display: block; width: 100%; margin: 15px 0 0; text-align: center; }
.vwa-signup .button:disabled { opacity: .6; cursor: wait; }
.vwa-signup .vwa-step-intro { margin-bottom: 18px; text-align: center; }
.vwa-signup .account-type.vwa-choice-invalid {
	padding: 12px;
	border: 2px solid #e74c3c;
	border-radius: 8px;
	background: #fff5f5;
}
.vwa-signup .vwa-choice-error {
	margin: 12px 0 0;
	color: #e74c3c;
	font-size: 14px;
	font-weight: 500; /* theme ships Poppins 400/500 only; 600 = faux bold */
	text-align: center;
}
.vwa-signup .vwa-step-title { margin: 0 0 8px; font-size: 24px; line-height: 1.25; color: #333; }
.vwa-signup .vwa-step-copy { margin: 0; color: #666; font-size: 14px; line-height: 1.6; }
.vwa-signup .vwa-back-row { text-align: center; margin: 12px 0 0; }
.vwa-signup .vwa-selected-role {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	padding: 12px 16px;
	margin: 0 0 16px;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	background: #f8faf9;
}
.vwa-signup .vwa-selected-role__label { color: #666; }
.vwa-signup .vwa-selected-role__value { color: #333; }
.vwa-signup .vwa-change-type { color: #26ae61; font-weight: 500; }
.vwa-signup .vwa-change-type:hover { text-decoration: underline; }
.vwa-signup .vwa-verify-lead { text-align: center; margin: 4px 0 22px; }
.vwa-signup .vwa-verify-lead p { margin: 0; }
.vwa-signup .vwa-verify-icon { display: block; font-size: 44px; line-height: 1; color: #26ae61; margin-bottom: 10px; }
.vwa-signup .vwa-verify-title { font-size: 20px; font-weight: 500; color: #333; margin-bottom: 6px !important; }
.vwa-signup .vwa-sent { color: #666; font-size: 14px; line-height: 1.6; }
.vwa-signup .vwa-sent-to { color: #333; font-weight: 500; word-break: break-all; }
.vwa-signup .vwa-spam { color: #999; font-size: 13px; margin-top: 6px !important; }
.vwa-signup .vwa-resend-row { text-align: center; color: #888; font-size: 14px; margin: 16px 0 0; }
.vwa-signup .vwa-resend-row a { color: #26ae61; font-weight: 500; }
.vwa-signup .vwa-resend-row a:hover { text-decoration: underline; }
.vwa-signup .vwa-msg { margin-top: 16px; margin-bottom: 0; }
.vwa-signup #vwa-signup-code { letter-spacing: 3px; font-size: 18px; }

/* --- Social login buttons (Nextend) — uniform geometry, brand colours kept --- */
.nsl-container-block .nsl-container-buttons { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.nsl-container-block .nsl-container-buttons a { width: 100%; max-width: none; display: block; }
.nsl-container-block .nsl-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	border-radius: 6px;
	box-shadow: none;
	cursor: pointer;
}
.nsl-container-block .nsl-button-svg-container {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	padding: 0;
	line-height: 0;
}
.nsl-container-block .nsl-button-svg-container svg { width: 20px; height: 20px; }
div.nsl-container.nsl-container-block .nsl-button div.nsl-button-label-container { /* outranks Nextend's div.nsl-container .nsl-button-* div.nsl-button-label-container (Helvetica/Roboto 16px) */
	margin: 0;
	padding: 0 44px;
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	letter-spacing: normal;
	text-align: center;
	line-height: 44px;
}
div.nsl-container.nsl-container-block .nsl-button div.nsl-button-label-container b { font-weight: 500; }
.nsl-container-block .nsl-button-google[data-skin="light"] { border: 1px solid #dadce0; }
.nsl-container-block .nsl-button:hover { filter: brightness(1.06); }
.nsl-container-block .nsl-button-google[data-skin="light"]:hover { filter: none; background-color: #f7f8f8 !important; }

.vwa-signup .social-login-separator {
	position: relative;
	margin: 18px 0 14px;
	text-align: center;
	color: #888;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.vwa-signup .social-login-separator::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: #e5e5e5;
}
.vwa-signup .social-login-separator span {
	position: relative;
	display: inline-block;
	padding: 0 12px;
	background: #fff;
}
