#anchorbadge-wrapper { transition: opacity 0.25s ease, transform 0.25s ease;}

#anchorbadge-wrapper.ab-hidden {
	opacity: 0;
	pointer-events: none;
}

#anchorbadge-link {
	display: block;
	text-decoration: none;
	outline: none;
}

#anchorbadge-img {
	display: block;
	object-fit: contain;
}

#anchorbadge-close {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	z-index: 10;
	line-height: 1;
	transition: transform 0.15s ease;
}
#anchorbadge-close:hover { transform: scale(1.12);}

#anchorbadge-close svg {
	display: block;
	width: 100%;
	height: 100%;
}
