.nk-nyp-field {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 1em;
}

.nk-nyp-field label {
	font-weight: 600;
}

.nk-nyp-field input[type="number"] {
	width: 120px;
	padding: 6px 8px;
}

.nk-nyp-hint {
	font-size: 0.85em;
	color: #666;
	width: 100%;
}

.nk-nyp-error {
	color: #b32d2e;
	font-size: 0.85em;
	display: block;
	width: 100%;
}

.nk-nyp-price-label {
	font-weight: 600;
}

.nk-nyp-suggested {
	font-weight: normal;
	color: #666;
}
