/* Nexal SEO — front-end breadcrumbs */
.nexal-seo-breadcrumbs {
	margin: 0 0 1em;
	font-size: 0.875em;
	line-height: 1.6;
	color: #555;
	word-wrap: break-word;
}

.nexal-seo-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.nexal-seo-breadcrumbs a:hover,
.nexal-seo-breadcrumbs a:focus {
	text-decoration: underline;
}

.nexal-seo-breadcrumbs__sep {
	margin: 0 0.35em;
	opacity: 0.6;
}

.nexal-seo-breadcrumbs__current {
	font-weight: 600;
	color: #111;
}
