.uvl-login-wrap {
	margin: 16px 0 0;
	width: 100%;
}

.uvl-google-login-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 11px 17px;
	background: #ffffff;
	color: #111827;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

.uvl-google-login-button:hover,
.uvl-google-login-button:focus,
.uvl-google-login-button:active {
	background: #f9fafb;
	border-color: #d1d5db;
	color: #111827;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

.uvl-google-login-button span,
.uvl-google-login-button:hover span,
.uvl-google-login-button:focus span,
.uvl-google-login-button:active span {
	color: #111827;
}

.uvl-verify-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.005);
	z-index: 999999;
}

.uvl-verify-overlay.active {
	display: block;
}

.uvl-verify-frame {
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
}
