.chdz-checker {
	max-width: 460px;
	margin: 1.5em 0;
}

.chdz-checker__heading {
	margin: 0 0 0.6em;
	font-size: 1.15em;
}

.chdz-checker__row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.chdz-checker .chdz-postcode {
	flex: 1 1 180px;
	min-width: 140px;
	padding: 0.6em 0.75em;
	border: 1px solid #b7bcc2;
	border-radius: 4px;
	font-size: 1em;
}

.chdz-checker .chdz-submit {
	flex: 0 0 auto;
}

.chdz-result {
	margin-top: 0.75em;
	padding: 0;
	font-weight: 600;
	min-height: 1.2em;
}

.chdz-result.chdz-checking {
	color: #646970;
	font-weight: 400;
}

.chdz-result.chdz-yes {
	color: #1a7f37;
}

.chdz-result.chdz-no {
	color: #b32d2e;
}
