[data-c-template]:after {
	font-family: "Font Awesome 6 Pro";
	content: '\f044';
	display: none;
	position: absolute;
	top: 0.25rem;
	right: 0.25rem;
	background: rgba(0,0,0,0.75);
	color: white;
	padding: 0.25rem;
	border-radius: 3px;
	font-size: 0.85rem;
	cursor: pointer;
	z-index: 9999;
}


[data-c-template]:hover {
	outline: 1px dashed #0a58ca;
}

#custom-context-menu {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	z-index: 9999;
	padding: 0;
	margin: 0;
	border-radius: 4px;
	min-width: 150px;
	font-family: sans-serif;
}

#custom-context-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#custom-context-menu li {
	padding: 0;
	cursor: pointer;
}

#custom-context-menu li a {
	display:block;
	padding:5px 10px;
}

#custom-context-menu li a:hover {
	background-color: #f0f0f0;
}