.stock-scout {
	margin: 1rem 0;
	max-width: 34rem;
}

.stock-scout--hidden {
	display: none;
}

.stock-scout__toggle {
	width: 100%;
}

.stock-scout__form {
	margin-top: 0.75rem;
}

.stock-scout__field {
	display: flex;
	gap: 0.5rem;
	margin: 0;
}

.stock-scout__field label {
	flex: 1 1 auto;
	margin: 0;
}

.stock-scout__field input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 2.75rem;
}

.stock-scout__submit {
	flex: 0 0 auto;
}

.stock-scout__privacy {
	margin: 0.5rem 0 0;
	font-size: 0.875em;
	opacity: 0.8;
}

.stock-scout__trap {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.stock-scout__message {
	margin-top: 0.75rem;
}

.stock-scout__message--success {
	font-weight: 600;
}

.stock-scout__message--error {
	font-weight: 600;
}

@media (max-width: 480px) {
	.stock-scout__field {
		flex-direction: column;
	}

	.stock-scout__submit {
		width: 100%;
	}
}
