.lnp-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .65);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	z-index: 999999;
}

.lnp-overlay.is-visible {
	display: flex;
}

.lnp-modal {
	background: #fff;
	border-radius: 22px;
	width: 100%;
	max-width: 560px;
	max-height: 90vh;
	overflow-y: auto;
	padding: 26px 26px 30px;
	position: relative;
	text-align: center;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.lnp-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #111827;
	color: #fff;
	border: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	line-height: 1;
	padding: 0;
}

.lnp-close:hover,
.lnp-close:focus {
	background: #374151;
	color: #fff;
}

.lnp-badge {
	display: inline-block;
	padding: 5px 14px;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font-size: 11px;
	letter-spacing: .08em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.lnp-title {
	font-size: 22px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 14px;
	line-height: 1.3;
}

.lnp-text {
	font-size: 15px;
	color: #374151;
	line-height: 1.6;
}

.lnp-text p {
	margin: 0 0 14px;
}

.lnp-text p:last-child {
	margin-bottom: 0;
}

.lnp-text strong {
	color: var(--lnp-accent, #2563eb);
}

.lnp-text a {
	color: var(--lnp-accent, #2563eb);
}

.lnp-text img {
	max-width: 100%;
	height: auto;
}

.lnp-preview-flag {
	margin: 18px 0 0;
	padding-top: 12px;
	border-top: 1px dashed #d1d5db;
	font-size: 12px;
	color: #9ca3af;
}

@media (max-width: 480px) {
	.lnp-modal {
		max-width: 92%;
		padding: 20px 18px;
	}

	.lnp-title {
		font-size: 20px;
	}

	.lnp-text {
		font-size: 14px;
	}
}
