/**
 * Biz Breadcrumbs (Legacy).
 *
 * Extracted from the mscbiz theme's general.css. `.breadcrumb` is a Bootstrap
 * class, restyled here as the theme did; `.breadcrumb-wrapper` carries no rules
 * and is a plain Bootstrap container.
 *
 * Yoast SEO emits the trail itself, so nothing else is styled.
 */

.breadcrumb {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background: none;
}
