.pde-premium-star {
	position: absolute;
	top: -3px;
	right: -3px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	color: transparent;
	font-size: 0;
	line-height: 1;
	text-shadow: none;
	pointer-events: none;
}

.pde-premium-star::before {
	content: "⭐";
	display: block;
	color: initial;
	font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
	font-variant-emoji: emoji;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.pde-premium-star > * {
	display: none !important;
}
