.bbbp-shortlist-nav>a{
	display:flex!important;
	align-items:center!important;
	gap:6px!important;
}

.bbbp-shortlist-nav__count{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	min-width:18px;
	height:18px;
	padding:0 5px;
	border:1px solid rgba(255,255,255,.36);
	border-radius:999px;
	background:#1769d2;
	color:#fff;
	font-family:inherit;
	font-size:10px;
	font-weight:800;
	line-height:1;
	letter-spacing:0;
	text-align:center;
	vertical-align:middle;
	box-shadow:none;
	flex:0 0 auto;
}

.bbbp-shortlist-nav__count[hidden]{
	display:none!important;
}

@media(max-width:921px){
	.bbbp-shortlist-nav>a{
		justify-content:space-between!important;
	}

	.bbbp-shortlist-nav__count{
		margin-left:8px;
	}
}
