.rdev-google-login {
	display: grid;
	gap: 10px;
	margin: 4px 0 18px;
}

.rdev-google-login-button {
	align-items: center;
	background: #fff;
	border: 1px solid #d7cedf;
	border-radius: 8px;
	color: #171321;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	min-height: 46px;
	padding: 10px 16px;
	transition: box-shadow 0.16s ease, transform 0.16s ease;
	width: 100%;
}

.rdev-google-login-button:hover {
	box-shadow: 0 6px 16px rgba(18, 16, 24, 0.12);
	transform: translateY(-1px);
}

.rdev-google-login-button:disabled {
	cursor: wait;
	opacity: 0.65;
	transform: none;
}

.rdev-google-login-icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='18' height='18'%3E%3Cpath fill='%23FFC107' d='M43.611,20.083H42V20H24v8h11.303c-1.649,4.657-6.08,8-11.303,8c-6.627,0-12-5.373-12-12s5.373-12,12-12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657C34.046,6.053,29.268,4,24,4C12.955,4,4,12.955,4,24s8.955,20,20,20s20-8.955,20-20C44,22.659,43.862,21.35,43.611,20.083z'/%3E%3Cpath fill='%23FF3D00' d='M6.306,14.691l6.571,4.819C14.655,15.108,18.961,12,24,12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657C34.046,6.053,29.268,4,24,4C16.318,4,9.656,8.337,6.306,14.691z'/%3E%3Cpath fill='%234CAF50' d='M24,44c5.166,0,9.86-1.977,13.409-5.192l-6.19-5.238C29.211,35.091,26.715,36,24,36c-5.202,0-9.619-3.317-11.283-7.946l-6.522,5.025C9.505,39.556,16.227,44,24,44z'/%3E%3Cpath fill='%231976D2' d='M43.611,20.083H42V20H24v8h11.303c-0.792,2.237-2.231,4.166-4.087,5.571c0.001-0.001,0.002-0.001,0.003-0.002l6.19,5.238C36.971,39.205,44,34,44,24C44,22.659,43.862,21.35,43.611,20.083z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

.rdev-google-login-feedback {
	color: #5d5868;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	min-height: 16px;
}

.rdev-google-login-feedback[data-type="error"] {
	color: #b42318;
}

.rdev-google-login-feedback[data-type="success"],
.rdev-google-login-feedback[data-type="info"] {
	color: #0b7d6f;
}

.rdev-registration-divider {
	align-items: center;
	color: #8a8494;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 10px;
	margin: 4px 0 18px;
	text-transform: uppercase;
}

.rdev-registration-divider::before,
.rdev-registration-divider::after {
	background: #e4ddea;
	content: "";
	flex: 1;
	height: 1px;
}

.rdev-registration-notice {
	background: #f6f1fb;
	border: 1px solid #d7cedf;
	border-radius: 8px;
	color: #171321;
	display: grid;
	gap: 4px;
	margin: 0 0 18px;
	padding: 12px 14px;
}
