.sneha-duplicate-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.4);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sneha-duplicate-modal {
	background: #ffffff;
	border-radius: 12px;
	padding: 20px;
	width: min(420px, 90vw);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.sneha-duplicate-modal-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.sneha-duplicate-modal-body {
	font-size: 14px;
	color: #475569;
	margin-bottom: 12px;
}

.sneha-duplicate-modal-label {
	font-size: 13px;
	font-weight: 600;
	color: #0f172a;
	margin-top: 4px;
}

.sneha-duplicate-modal-input {
	margin-bottom: 12px;
}

.sneha-duplicate-modal-actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}
