.cfcw-waitlist {
	clear: both;
	margin: 1.25rem 0 0;
	padding: 1rem;
	border: 1px solid rgba(0, 0, 0, 0.14);
}

.cfcw-waitlist[hidden] {
	display: none;
}

.cfcw-waitlist__target {
	font-weight: 600;
}

.cfcw-waitlist__fallback {
	margin: 0 0 0.75rem;
}

.cfcw-waitlist__fallback label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
}

.cfcw-waitlist__intro,
.cfcw-waitlist__target {
	margin: 0 0 0.75rem;
}

.cfcw-waitlist__form > label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
}

.cfcw-waitlist__fields {
	display: flex;
	align-items: stretch;
	gap: 0.6rem;
}

.cfcw-waitlist__fields input[type="email"] {
	min-width: 0;
	flex: 1 1 15rem;
	margin: 0;
	font: inherit;
}

.cfcw-waitlist__fields .button {
	flex: 0 0 auto;
	margin: 0;
}

.cfcw-waitlist__message {
	min-height: 1.4em;
	margin: 0.65rem 0 0;
	font-size: 0.95em;
}

.cfcw-waitlist__message:empty {
	min-height: 0;
	margin-top: 0;
}

.cfcw-waitlist__message.is-error {
	color: #b32d2e;
}

.cfcw-waitlist__message.is-success {
	color: #18733c;
}

.cfcw-waitlist__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 600px) {
	.cfcw-waitlist__fields {
		flex-direction: column;
	}

	.cfcw-waitlist__fields .button {
		width: 100%;
	}
}
