.woocommerce form.login .lencerya-google-demo,
.lencerya-google-demo {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 24px;
	padding: 0;
	text-align: center;
}

.lencerya-google-demo .nsl-container,
.lencerya-google-demo .nsl-container-buttons,
.lencerya-google-demo .nsl-container-buttons a {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce form.login .lencerya-google-demo .nsl-button-google,
.lencerya-google-demo .nsl-button-google {
	box-sizing: border-box !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	width: 100% !important;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 13px 20px !important;
	border: 1px solid #dadce0 !important;
	border-radius: 5px !important;
	background: #fff !important;
	color: #3c4043 !important;
	box-shadow: 0 1px 2px rgba(60, 64, 67, .12) !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.woocommerce form.login .lencerya-google-demo a:hover .nsl-button-google,
.woocommerce form.login .lencerya-google-demo a:focus-visible .nsl-button-google,
.lencerya-google-demo a:hover .nsl-button-google,
.lencerya-google-demo a:focus-visible .nsl-button-google {
	border-color: #b6b9bd !important;
	background: #f8f9fa !important;
	color: #202124 !important;
	box-shadow: 0 2px 5px rgba(60, 64, 67, .18) !important;
}

.lencerya-google-demo a:focus-visible {
	outline: 3px solid rgba(127, 23, 53, .24);
	outline-offset: 3px;
	border-radius: 7px;
}

.lencerya-google-demo .nsl-button-svg-container {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 20px !important;
	height: 20px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.lencerya-google-demo .nsl-button-svg-container svg {
	width: 20px !important;
	height: 20px !important;
}

.lencerya-google-demo .nsl-button-label-container {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

.lencerya-google-demo__divider {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 22px 0 0;
	color: #737373;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
}

.lencerya-google-demo__divider::before,
.lencerya-google-demo__divider::after {
	content: "";
	height: 1px;
	background: #dedede;
	flex: 1;
}

@media (max-width: 420px) {
	.lencerya-google-demo__divider {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lencerya-google-demo .nsl-button-google {
		transition: none;
	}
}
