/**
 * Email Confirmation block frontend styles
 */

/* ==========================================================================
   Block Wrapper
   ========================================================================== */

.wp-block-vxprofiles-email-confirmation {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	min-height: 340px;
	padding: 48px 28px 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 28px;
	contain: layout;
	box-sizing: border-box;
}

/* ==========================================================================
   Header Section
   ========================================================================== */

.signup-email-confirmation-header {
	text-align: center;
	margin-bottom: 28px;
}

.signup-email-confirmation-header .icon-circle {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: #0f2d46;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
}

.signup-email-confirmation-header .icon-circle svg {
	width: 48px;
	height: 48px;
	fill: #1f93e9;
	display: block;
}

.signup-email-confirmation-header h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

.signup-email-address-display.desc {
	color: #cfcfcf;
	font-size: 16px;
	margin: 0 auto 36px;
	width: 100%;
	max-width: 435px;
	line-height: 1.5;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}

.signup-email-come-see-me-button:hover {
	background: #1662c5 !important;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-text {
	color: rgb(255 255 255 / .5);
	font-size: 14px;
	margin-top: 16px;
	text-align: center;
	min-height: 20px;
	contain: layout;
}

.signup-email-try-again,
.wp-block-vxprofiles-email-confirmation .signup-email-try-again,
.footer-text .signup-email-try-again {
	color: #6baaff !important;
	text-decoration: underline;
}

/* ==========================================================================
   Email Preview Toggle
   ========================================================================== */

.signup-email-preview-toggle:hover {
	background: #3a3a3a !important;
}
