.nouyouin-nl-form-wrap {
	max-width: 480px;
	margin: 1.5em 0;
	padding: 20px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #fafafa;
}

.nouyouin-nl-title {
	margin: 0 0 12px;
	font-size: 1.15em;
}

.nouyouin-nl-form .nouyouin-nl-name,
.nouyouin-nl-form input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 15px;
}

.nouyouin-nl-form .nouyouin-nl-name {
	margin-bottom: 8px;
}

.nouyouin-nl-row {
	display: flex;
	gap: 8px;
}

.nouyouin-nl-row input[type="email"] {
	flex: 1;
}

.nouyouin-nl-form button {
	padding: 10px 18px;
	border: none;
	border-radius: 6px;
	background: #2271b1;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	white-space: nowrap;
}

.nouyouin-nl-form button:hover { background: #135e96; }
.nouyouin-nl-form button:disabled { opacity: .6; cursor: default; }

.nouyouin-nl-message {
	margin: 10px 0 0;
	font-size: 14px;
	min-height: 1em;
}

.nouyouin-nl-message.is-success { color: #1a7f37; }
.nouyouin-nl-message.is-error { color: #d63638; }
