.axionup-waitlist-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-width: 440px;
	margin: 0 auto;
	padding: 24px;
	text-align: left;
}

.axionup-waitlist-field input[type="email"] {
	width: 100%;
	min-height: 46px;
	box-sizing: border-box;
	border: 1px solid #c9d2d9;
	border-radius: 6px;
	padding: 10px 12px;
	font: inherit;
}

.axionup-waitlist-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.45;
}

.axionup-waitlist-consent input {
	margin-top: 3px;
}

.axionup-waitlist-form button {
	min-height: 46px;
	border: 0;
	border-radius: 6px;
	background: #102a43;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 10px 16px;
}

.axionup-waitlist-form button:disabled {
	cursor: wait;
	opacity: 0.7;
}

.axionup-waitlist-message {
	min-height: 22px;
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
}

.axionup-waitlist-message.is-success {
	color: #176b45;
}

.axionup-waitlist-message.is-error {
	color: #a33131;
}
