/**
 * Official white “Continue with Google” – top of every Digits form.
 */
.eduma-google-login-wrap {
	margin: 0 0 14px;
	width: 100%;
}
.eduma-google-login-btn {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 48px;
	padding: 0 16px;
	border: 1px solid #dadce0 !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #3c4043 !important;
	font-size: 14.5px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background .15s ease, box-shadow .15s ease;
	box-sizing: border-box;
}
.eduma-google-login-btn:hover,
.eduma-google-login-btn:focus {
	background: #f8f9fa !important;
	color: #3c4043 !important;
	box-shadow: 0 1px 3px rgba(60, 64, 67, .15) !important;
	text-decoration: none !important;
}
.eduma-google-login-btn:active {
	background: #f1f3f4 !important;
}
.eduma-google-login-btn .eduma-google-logo {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	display: block;
}
.eduma-google-login-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-transform: lowercase;
}
.eduma-google-login-divider::before,
.eduma-google-login-divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background: #e5e7eb;
}

/* Digits form containers – ensure full width of button row */
.digits-form_container .eduma-google-login-wrap,
.digits2_box .eduma-google-login-wrap,
.eduma-digits-form-wrap .eduma-google-login-wrap,
#thim-popup-login .eduma-google-login-wrap,
.dig_lrf_box .eduma-google-login-wrap {
	box-sizing: border-box;
}
