/* Pill inline nel link di menu — come il vecchio ::after */

.menu-item.laba-menu-in-arrivo > a::after,
.menu-item.laba-cg-has-menu-pill > a::after {
	content: none !important;
	display: none !important;
}

.menu-item a .laba-cg-menu-pill,
.menu-item a .laba-cg-menu-pill.pix-popup-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.45em;
	padding: 0.2em 0.55em;
	border: 0 !important;
	border-radius: 999px;
	background: #1a1a1a !important;
	color: #fff !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: inherit;
	font-size: 0.62em;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none !important;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: background 0.15s ease;
}

.menu-item a .laba-cg-menu-pill:hover,
.menu-item a .laba-cg-menu-pill:focus-visible,
.menu-item a .laba-cg-menu-pill.pix-popup-link:hover,
.menu-item a .laba-cg-menu-pill.pix-popup-link:focus-visible {
	background: #033157 !important;
	color: #fff !important;
	box-shadow: none !important;
	outline: none !important;
}

.menu-item a .laba-cg-menu-pill--no-popup {
	opacity: 0.75;
	cursor: default;
}

/* Compatibilità: vecchie pill <button> fuori dal link */
.menu-item > button.laba-cg-menu-pill {
	display: none !important;
}
