/* 1	General
   ---------------------------------------------------------------- */

/* body */
.page-id-7820,
.page-id-7822,
.page-id-7824 {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* inner */
.waitlist--inner {
	max-width: 600px;
	margin: 0 auto;
}

/* 2	Sections
   ---------------------------------------------------------------- */

/* header */
.waitlist--header {
	text-align: center;
}

/* body */
.waitlist--body {
	text-align: center;
	margin-top: 16px;
}

/* text */
.waitlist--text {
	margin: 0;
	font-size: var(--large-font-size);
	line-height: var(--large-line-height);
	color: color-mix(in srgb, var(--text-color-primary) 70%, transparent);
}

/* text paragraph */
.waitlist--text p {
	font-size: var(--large-font-size);
	line-height: var(--large-line-height);
}

/* text small */
.waitlist--text--small {
	margin-top: 8px;
	font-size: var(--x-small-font-size);
	line-height: var(--x-small-line-height);
	color: color-mix(in srgb, var(--text-color-primary) 70%, transparent);
}

/* text small link */
.waitlist--text--small a {
	color: var(--accent-color);
}

/* text small link hover */
.waitlist--text--small a:hover {
	text-decoration: underline;
	color: var(--accent-color);
}

/* footer */
.waitlist--footer {
	text-align: center;
	margin-top: 24px;
}

/* share */
.waitlist--share {
	margin-top: 8px;
}

/* 3	Form
   ---------------------------------------------------------------- */

/* form */
.waitlist .subscribe--form {
	padding: 0;
	border-radius: var(--border-radius-none);
	background-color: rgba(0, 0, 0, 0);
}

/* header */
.waitlist .subscribe--header {
	display: none;
}

/* 4	Footer
   ---------------------------------------------------------------- */

/* list */
.waitlist--share-list {
	display: flex;
	justify-content: center;
	gap: 12px;
	list-style: none;
	margin: 0;
}

/* link */
.waitlist--share-link {
	display: flex;
	outline: none;
	text-decoration: none;
	color: var(--accent-color);
}

/* link states */
.waitlist--share-link:is(
	:focus,
	:hover,
	:active
) {
	color: var(--text-color-primary);
}

/* link focus visible */
.waitlist--share-link:focus-visible {
	background-color: rgba(0, 0, 0, 0.06);
	outline: 2px solid Highlight;
	outline-offset: 2px;
	color: inherit;
}

/* icon */
.waitlist--share-icon {
	display: flex;
	font-size: 20px;
	font-weight: 300;
}
