.threadline-form__field,
.threadline-newsletter__form {
	margin-bottom: 1em;
}

.threadline-form__field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.threadline-form__field input,
.threadline-form__field select,
.threadline-form__field textarea,
.threadline-newsletter__email {
	width: 100%;
	max-width: 28rem;
	padding: 0.5em;
	box-sizing: border-box;
}

.threadline-form__radio {
	display: block;
	font-weight: normal;
}

.threadline-form__error,
.threadline-newsletter__error {
	color: #b32d2e;
}

.threadline-form__success,
.threadline-newsletter__success {
	color: #1e8a3c;
}

.threadline-newsletter__form {
	display: flex;
	gap: 0.5em;
	align-items: flex-start;
	flex-wrap: wrap;
}

.threadline-form--placeholder {
	padding: 1em;
	border: 1px dashed #ccc;
	color: #666;
}
