.nsc-form {
	max-width: 420px;
	margin: 0 auto;
	display: grid;
	gap: 14px;
}

.nsc-form-title {
	margin: 0 0 4px;
}

.nsc-field {
	display: grid;
	gap: 6px;
}

.nsc-field label {
	font-weight: 600;
	font-size: 0.9rem;
}

.nsc-field input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1rem;
	box-sizing: border-box;
}

.nsc-field input:focus {
	outline: 2px solid #2563eb;
	outline-offset: 1px;
	border-color: #2563eb;
}

.nsc-submit {
	padding: 11px 18px;
	border: 0;
	border-radius: 6px;
	background: #2563eb;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}

.nsc-submit:hover {
	background: #1d4ed8;
}

.nsc-submit:disabled,
.nsc-submit.nsc-loading {
	opacity: 0.65;
	cursor: default;
}

.nsc-message {
	margin: 2px 0 0;
	font-size: 0.92rem;
	min-height: 1.2em;
}

.nsc-message.nsc-ok {
	color: #15803d;
}

.nsc-message.nsc-err {
	color: #b91c1c;
}

.nsc-hp-field {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
