<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.woocommerce form.checkout input[readonly] {
	color: #aaa;
	background-color: #ddd;
}

.wcnlpc-address {
	clear: both;
}

#billing_house_number::-webkit-outer-spin-button,
#billing_house_number::-webkit-inner-spin-button,
#shipping_house_number::-webkit-outer-spin-button,
#shipping_house_number::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#billing_postcode_field.form-row-first, #shipping_postcode_field.form-row-first,
#billing_postcode_field.form-row-last, #shipping_postcode_field.form-row-last {
	width: 48%;
}

#billing_postcode_field.form-row-first, #shipping_postcode_field.form-row-first {
	margin-right: 4%;
}

#billing_house_number, #shipping_house_number {
	-moz-appearance: textfield;
}

#shipping_house_number_suffix_field.form-row-quart .optional,
#billing_house_number_suffix_field.form-row-quart .optional {
	display: none;
}</pre></body></html>