.nl24-subscribe {
	--nl24-ink: #10223f;
	--nl24-muted: #5d6d82;
	--nl24-green: #176b4a;
	--nl24-green-soft: #e8f4ee;
	--nl24-blue-soft: #eef5fb;
	--nl24-gold-soft: #fff4d9;
	--nl24-line: rgba(16, 34, 63, .12);
	max-width: 1180px;
	padding: 0;
	border: 1px solid rgba(16, 34, 63, .1);
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	box-shadow: 0 16px 40px rgba(15, 43, 69, .08);
	color: var(--nl24-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.nl24-subscribe * {
	box-sizing: border-box;
}
.nl24-subscribe h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.9rem, 4vw, 3rem);
	line-height: 1.2;
	letter-spacing: 0;
}
.nl24-subscribe-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: clamp(22px, 4vw, 34px);
	border-radius: 8px 8px 0 0;
	background: linear-gradient(135deg, #0f2b45 0%, #176b4a 58%, #14808b 100%);
	color: #fff;
}
.nl24-subscribe-head p {
	max-width: 720px;
	margin: 8px 0 0;
	color: rgba(255, 255, 255, .82);
	line-height: 1.5;
}
.nl24-kicker {
	margin: 0 0 8px !important;
	color: #f3d48a !important;
	text-transform: uppercase;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: 0;
}
.nl24-account-badge {
	display: grid;
	gap: 4px;
	min-width: min(280px, 100%);
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	background: rgba(255, 255, 255, .12);
}
.nl24-account-badge span {
	color: rgba(255, 255, 255, .7);
	font-size: .76rem;
	font-weight: 800;
	text-transform: uppercase;
}
.nl24-account-badge strong {
	color: #fff;
	overflow-wrap: anywhere;
}
.nl24-subscribe-empty {
	margin: 0;
	color: var(--nl24-muted);
}
.nl24-list-section {
	display: grid;
	gap: 14px;
	padding: 20px;
	border-top: 1px solid var(--nl24-line);
}
.nl24-list-section-active {
	background: linear-gradient(180deg, #effaf7 0%, #ffffff 100%);
}
.nl24-list-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
}
.nl24-list-section-head h3 {
	margin: 0;
	color: var(--nl24-ink);
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: 0;
}
.nl24-list-section-head > span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--nl24-blue-soft);
	color: var(--nl24-muted);
	font-size: .8rem;
	font-weight: 900;
	white-space: nowrap;
}
.nl24-list-section-active .nl24-list-section-head > span {
	background: var(--nl24-green);
	color: #fff;
}
.nl24-country-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 16px;
}
.nl24-area-browser {
	display: grid;
	gap: 14px;
}
.nl24-area-picker {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 10px;
}
.nl24-area-button {
	min-width: 0;
	border: 1px solid var(--nl24-line) !important;
	background: #fff !important;
	color: var(--nl24-ink) !important;
	box-shadow: 0 8px 18px rgba(16, 34, 63, .06);
}
.nl24-area-button span,
.nl24-area-button strong,
.nl24-area-button small {
	pointer-events: none;
}
.nl24-area-button strong {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nl24-area-button small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	height: 26px;
	border-radius: 999px;
	background: var(--nl24-blue-soft);
	color: var(--nl24-muted);
	font-size: .76rem;
	font-weight: 900;
}
.nl24-area-button.is-selected {
	border-color: rgba(23, 107, 74, .45) !important;
	background: var(--nl24-green) !important;
	color: #fff !important;
}
.nl24-area-button.is-selected small {
	background: rgba(255, 255, 255, .18);
	color: #fff;
}
.nl24-area-select-label {
	display: none;
	margin: 0;
	color: var(--nl24-muted);
	font-size: .78rem;
	font-weight: 900;
	text-transform: uppercase;
}
.nl24-area-select {
	display: none;
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--nl24-line);
	border-radius: 6px;
	padding: 8px 10px;
	background: #fff;
	color: var(--nl24-ink);
	font: inherit;
	font-weight: 800;
}
.nl24-area-panels {
	display: grid;
	gap: 16px;
}
.nl24-area-panel[hidden] {
	display: none;
}
.nl24-country-card {
	display: grid;
	gap: 10px;
	align-content: start;
	padding: 14px;
	border: 1px solid var(--nl24-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 10px 24px rgba(16, 34, 63, .06);
}
.nl24-country-card header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 6px 4px 10px;
	border-bottom: 1px solid var(--nl24-line);
}
.nl24-country-card h3 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.2;
	letter-spacing: 0;
	color: var(--nl24-ink);
}
.nl24-country-card h3 span {
	font-size: 1.22rem;
}
.nl24-country-card small {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--nl24-blue-soft);
	color: var(--nl24-muted);
	font-size: .78rem;
	font-weight: 800;
	white-space: nowrap;
}
.nl24-preference-list {
	display: grid;
	gap: 8px;
}
.nl24-preference-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	align-items: stretch;
	padding: 12px;
	border: 1px solid var(--nl24-line);
	border-radius: 8px;
	background: #fff;
}
.nl24-preference-row.is-active {
	border-color: rgba(23, 107, 74, .32);
	background: linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%);
}
.nl24-preference-row.is-paused {
	border-color: rgba(155, 106, 8, .28);
	background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}
.nl24-preference-copy {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 10px;
	align-items: start;
	min-width: 0;
}
.nl24-preference-copy b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: var(--nl24-green-soft);
	color: var(--nl24-green);
	font-size: 1rem;
}
.nl24-preference-row strong,
.nl24-preference-row span {
	display: block;
}
.nl24-preference-row strong {
	font-size: 1rem;
	line-height: 1.25;
	color: var(--nl24-ink);
}
.nl24-preference-row span {
	margin-top: 3px;
	color: var(--nl24-muted);
	font-size: .88rem;
	overflow-wrap: anywhere;
}
.nl24-preference-row em {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	margin-top: 8px;
	padding: 3px 8px;
	border-radius: 999px;
	background: var(--nl24-green-soft);
	color: var(--nl24-green);
	font-size: .76rem;
	font-style: normal;
	font-weight: 900;
}
.nl24-preference-row.is-paused em {
	background: var(--nl24-gold-soft);
	color: #8a5b00;
}
.nl24-preference-row form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	align-items: center;
}
.nl24-subscribe button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 40px;
	border: 0;
	border-radius: 6px;
	padding: 9px 12px;
	background: var(--nl24-green);
	color: #fff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}
.nl24-subscribe button.nl24-secondary {
	border: 1px solid var(--nl24-line);
	background: #fff;
	color: var(--nl24-ink);
}
.nl24-subscribe button.nl24-subscribed,
.nl24-subscribe button.nl24-paused,
.nl24-subscribe button:disabled {
	cursor: default;
	opacity: 1;
}
.nl24-subscribe button.nl24-subscribed {
	background: var(--nl24-green-soft);
	color: var(--nl24-green);
}
.nl24-subscribe button.nl24-paused {
	border: 1px solid rgba(155, 106, 8, .2);
	background: var(--nl24-gold-soft);
	color: #8a5b00;
}
@media (max-width: 720px) {
	.nl24-subscribe-head,
	.nl24-list-section-head,
	.nl24-preference-row {
		grid-template-columns: 1fr;
		align-items: stretch;
		flex-direction: column;
	}
	.nl24-preference-row form {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.nl24-country-grid {
		grid-template-columns: 1fr;
	}
	.nl24-area-picker {
		display: none;
	}
	.nl24-area-select-label,
	.nl24-area-select {
		display: block;
	}
}
