.cp-guest-button {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.cp-legacy-access {
	align-items: center;
	background: #f4f8f7;
	border: 1px solid #dfe9e6;
	border-radius: 16px;
	display: flex;
	font-size: 13px;
	gap: 10px;
	justify-content: space-between;
	margin-top: 14px;
	padding: 12px 14px;
}

.cp-firebase-recovery {
	margin-top: 16px;
}

.cp-firebase-code-step {
	display: grid;
	gap: 12px;
}

.cp-firebase-recaptcha {
	margin-top: 12px;
	min-height: 0;
	overflow: hidden;
}

.cp-firebase-status {
	color: #52606c;
	font-size: 13px;
	line-height: 1.45;
	margin: 10px 0 0;
}

.cp-firebase-status.is-error {
	color: #a61b2b;
}

@media (max-width: 390px) {
	.cp-legacy-access {
		align-items: flex-start;
		flex-direction: column;
	}
}
