body.plg-no-select,
body.plg-no-select * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.plg-no-copy-dialog {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}

.plg-no-copy-dialog-inner {
	background: #fff;
	max-width: 480px;
	padding: 24px;
	border-radius: 6px;
	max-height: 80vh;
	overflow-y: auto;
}

.plg-no-copy-dialog-close {
	margin-top: 16px;
	padding: 8px 16px;
	cursor: pointer;
}
