.digi-google-auth {
	margin-top: 0.5rem;
}

.digi-google-auth__separator {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.95rem;
	color: rgba(246, 242, 251, 0.62);
	font-size: 0.84rem;
	font-weight: 700;
}

.digi-google-auth__separator::before,
.digi-google-auth__separator::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
}

.digi-google-auth__separator span {
	padding: 0 0.85rem;
}

.digi-google-auth__button {
	display: flex;
	justify-content: center;
}

.digi-google-auth__button > div,
.digi-google-auth__button iframe {
	max-width: 100%;
}

.digi-google-auth__message {
	margin-top: 0.7rem;
	text-align: center;
	font-size: 0.87rem;
	line-height: 1.6;
	color: rgba(246, 242, 251, 0.76);
}

.digi-google-auth__message.is-error {
	color: #ffbdbd;
}
