/*
 * "New" badge on the Pricing nav item for the pricing tiers rollout.
 * Toggled by sn_is_active_new_pricing_nav_badge() in functions.php — delete
 * this file (and its enqueue call) once the new pricing is no longer "new".
 */
.sn-nav-item--new-pricing__label {
	position: relative;
	display: inline-block;
	padding-right: 24px;
}

.sn-nav-item--new-pricing__label:after {
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	width: 26px;
	height: 12px;
	pointer-events: none;
	display: block;
	background: url(../images/New-label.svg) center no-repeat;
	background-size: contain;
}
