.wro-postcode-gate {
	margin: 0 0 18px;
	padding: 14px;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	background: #fff;
}

.wro-postcode-gate__label {
	display: block;
	font-weight: 600;
	margin: 0 0 8px;
}

.wro-postcode-gate__row {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.wro-postcode-gate__input {
	min-width: 220px;
	flex: 1 1 240px;
	padding: 12px 14px;
	border: 1px solid #cfcfcf;
	border-radius: 8px;
}

.wro-postcode-gate__button {
	padding: 0px 24px;
	border: 0;
	border-radius: 8px;
	background: #8ea93c;
	color: #fff;
	cursor: pointer;
	text-transform: unset;
}

.wro-postcode-gate__notice {
	margin: 12px 0 0;
	padding: 12px 14px;
	border-radius: 8px;
}

.wro-postcode-gate__notice--success {
	background: #e8f7ee;
	color: #146c2e;
}

.wro-postcode-gate__notice--error {
	background: #fdecec;
	color: #9b1c1c;
}

.wro-postcode-gate__notice--hint {
	background: #f4f6f8;
	color: #495057;
}

@media (max-width: 767px) {
	.wro-postcode-gate__row {
		flex-wrap: nowrap;
	}

	.wro-postcode-gate__input {
		min-width: 0;
		flex: 0 0 70%;
		width: 70%;
	}

	.wro-postcode-gate__button {
		flex: 0 0 30%;
		width: 30%;
		padding: 0 12px;
		white-space: nowrap;
	}
}
