.mib-bar {
	background: transparent;
	text-align: center;
	padding: 6px 0 18px 0;
	margin: 0 0 24px 0;
	border-bottom: 1px solid #D1D5DB;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.6;
	color: #4B5563;
	width: 100%;
}

.mib-bar--sticky {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
}

.mib-bar-cpt {
	font-weight: 700;
	color: #1F2937;
	letter-spacing: 0.2px;
}

.mib-bar-sep {
	color: #6B7280;
	margin: 0 2px;
	font-weight: 600;
}

.mib-bar-divider {
	color: #9CA3AF;
	margin: 0 4px;
}

.mib-tax-label {
	color: #4B5563;
}

.mib-term {
	color: #4B5563;
	text-decoration: none;
}

a.mib-term:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.mib-bar {
		font-size: 13px;
		padding: 4px 0 14px 0;
	}
}
