.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; }

/* ---- Archive publique des newsletters ---- */
.nouyouin-nl-archive {
	margin: 1.5em 0;
}

.nouyouin-nl-archive__title {
	margin: 0 0 16px;
	font-size: 1.25em;
}

.nouyouin-nl-archive__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nouyouin-nl-archive__item {
	padding: 12px 0;
	border-bottom: 1px solid #ececec;
}

.nouyouin-nl-archive__link {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 4px 16px;
	text-decoration: none;
}

.nouyouin-nl-archive__subject {
	font-weight: 600;
	font-size: 1.02em;
}

.nouyouin-nl-archive__date {
	color: #777;
	font-size: .85em;
	white-space: nowrap;
}

.nouyouin-nl-archive__excerpt {
	margin: 6px 0 0;
	color: #555;
	font-size: .92em;
}

.nouyouin-nl-archive__empty {
	color: #777;
	font-style: italic;
}

.nouyouin-nl-archive__back {
	display: inline-block;
	margin-bottom: 8px;
	text-decoration: none;
	font-size: .9em;
}

/* ---- Vue d'une newsletter ---- */
.nouyouin-nl-single__header {
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 2px solid #ececec;
}

.nouyouin-nl-single__subject {
	margin: 0 0 4px;
}

.nouyouin-nl-single__date {
	margin: 0;
	color: #777;
	font-size: .9em;
}

.nouyouin-nl-single__body {
	line-height: 1.6;
}

.nouyouin-nl-single__body img {
	max-width: 100%;
	height: auto;
}

/* ---- Page de désabonnement ---- */
.nouyouin-nl-unsub {
	max-width: 480px;
	margin: 1.5em 0;
	padding: 20px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #fafafa;
}

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

.nouyouin-nl-unsub__intro {
	margin: 0 0 16px;
	color: #555;
}

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

.nouyouin-nl-unsub__form button {
	padding: 10px 18px;
	border: none;
	border-radius: 6px;
	background: #787c82;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.nouyouin-nl-unsub__form button:hover { background: #646970; }
