.nll-progress-chip {
	background: #fff8e6;
	border: 1px solid #e0b93d;
	color: #6b5300;
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 14px;
	margin-bottom: 12px;
	text-align: center;
}

.nll-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 999999;
	align-items: center;
	justify-content: center;
}

.nll-modal-overlay.nll-open {
	display: flex;
}

.nll-modal {
	background: #fff;
	max-width: 420px;
	width: 92%;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
	text-align: center;
}

.nll-modal-title {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
}

.nll-modal-body {
	margin: 0 0 20px;
	font-size: 15px;
	color: #333;
	line-height: 1.5;
}

.nll-modal-actions {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.nll-btn {
	padding: 10px 20px;
	border-radius: 6px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.nll-btn-primary {
	background: #e0b93d;
	color: #1a1a1a;
}

.nll-btn-secondary {
	background: #eee;
	color: #333;
}
