.gc-ncu-form-wrap {
	max-width: 100%;
}

.gc-ncu-form {
	display: grid;
	gap: 12px;
}

.gc-ncu-field {
	margin: 0;
  	width:100%;
}

.gc-ncu-field input {
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	background: #fff;
	color: #1f1f1f;
	font-size: 16px;
}

.gc-ncu-field input:focus {
	border-color: #2271b1;
	outline: 2px solid rgba(34, 113, 177, 0.18);
	outline-offset: 1px;
}

.gc-ncu-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 18px;
	border: 0;
	border-radius: 4px;
	background: #d6b1aa;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}

.gc-ncu-submit:hover,
.gc-ncu-submit:focus {
	background: #897771;
}

.gc-ncu-message {
	margin: 0 0 14px;
	padding: 10px 12px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.4;
}

.gc-ncu-message--success {
	border: 1px solid #6fbf73;
	background: #f0fbf1;
	color: #1f6f25;
}

.gc-ncu-message--error {
	border: 1px solid #d63638;
	background: #fff2f2;
	color: #8a2424;
}

.gc-ncu-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.gc-ncu-label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}

.gc-ncu-date-input {
	width: 100%;
	cursor: pointer;
}