.cNexusActionBadge {
	width: 2.4em;
	height: 2.4em;
	display: grid;
	place-content: center;
	border-radius: 100px;
	font-weight: 600;
	background: var(--i-base-contrast_5);
	color: var(--i-background_5);
}

.cNexusActionBadge_off {
	opacity: .2;
}