.ttsn-signup {
	padding: 3rem 1.5rem;
	background: #f7f5f2;
	text-align: center;
}

.ttsn-signup__inner {
	max-width: 720px;
	margin: 0 auto;
}

.ttsn-signup__title {
	font-size: 1.75rem;
	margin-bottom: 0.5rem;
}

.ttsn-signup__desc {
	color: #555;
	margin-bottom: 1.5rem;
}

.ttsn-signup__form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.ttsn-signup__field {
	flex: 1 1 100%;
}

.ttsn-signup__field--name {
	flex: 1 1 45%;
}

.ttsn-signup__form input[type="email"],
.ttsn-signup__form input[type="text"] {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1rem;
}

.ttsn-signup__button {
	padding: 0.75rem 1.5rem;
	background: #0066cc;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	cursor: pointer;
}

.ttsn-signup__button:hover {
	background: #005bb5;
}

.ttsn-signup__privacy {
	font-size: 0.8125rem;
	color: #777;
	margin-top: 1rem;
}

.ttsn-message {
	padding: 0.75rem 1rem;
	border-radius: 4px;
	margin-bottom: 1rem;
}

.ttsn-message--success {
	background: #e6f4ea;
	color: #137333;
}

.ttsn-message--error {
	background: #fce8e8;
	color: #c5221f;
}

.ttsn-message--info {
	background: #e8f0fe;
	color: #1967d2;
}

@media (min-width: 600px) {
	.ttsn-signup__field {
		flex: 2 1 45%;
	}
}
