/* Custom Post Icons */
.cs-entry-custom-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(closest-side, #00000024, #00000024, #ffffff00);
	border-radius: 4px;
	transition: 0.25s;
}

.cs-entry-custom-icon svg {
	width: 20px;
	height: 20px;
	stroke: #ffffff;
	fill: none;
  
}