.jl_share_count.qnc-ssc-badge {
	display: flex;
	align-items: center;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
	font-size: 13px;
	color: #666;
	font-family: "Work Sans", sans-serif;
	white-space: nowrap;
}

.jl_share_count.qnc-ssc-badge strong {
	color: #000;
	margin-right: 4px;
	font-weight: 500;
}

/* If the badge is prepended, flip the divider to the right side instead */
.jlp_hs > .jl_share_count.qnc-ssc-badge:first-child {
	margin-left: 0;
	margin-right: 15px;
	padding-left: 0;
	padding-right: 15px;
	border-left: none;
	border-right: 1px solid #ddd;
}
