/* Out-of-flow corner badge with a small, deliberate gap from the label. */
a.wpnud-has-update {
	position: relative;
}

a.wpnud-has-update .wpnud-marker {
	position: absolute;
	top: -0.15em;
	right: -0.42em;
	left: auto;
	width: 5px;
	height: 5px;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background: #d63638;
	transform: none;
	pointer-events: none;
}
