.qbl-google-auth--header {
	position: fixed;
	top: 18px;
	right: 220px;
	z-index: 10050;
	max-width: 260px;
}

.qbl-google-auth--header .nsl-container {
	margin: 0 !important;
}

.qbl-google-auth--header .nsl-button-default {
	min-width: 210px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.qbl-google-fallback-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	padding: 10px 16px;
	border-radius: 4px;
	background: #fff;
	color: #1f1f1f;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.qbl-auth-signup {
	margin-top: 1.5rem;
	text-align: center;
	font-size: 1rem;
}

.pmpro_login_wrap .nsl-container {
	margin: 0 auto 1.5rem;
	max-width: 420px;
}

.pmpro_login_wrap .nsl-button-default {
	width: 100%;
	min-height: 44px;
}

.qbl-auth-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 420px;
	margin: 0 auto 1.25rem;
	color: #666;
}

.qbl-auth-divider::before,
.qbl-auth-divider::after {
	content: "";
	flex: 1;
	border-top: 1px solid #d8dee8;
}

@media (max-width: 1100px) {
	.qbl-google-auth--header {
		right: 16px;
		top: auto;
		bottom: 16px;
	}
}
