/* Minimal breadcrumb styling only — the plugin deliberately doesn't ship
 * broad front-end CSS that could fight a theme's own design. */
.ss-seo-breadcrumbs {
	font-size: 13px;
	color: #64748b;
	margin: 0 0 16px;
}
.ss-seo-breadcrumbs a {
	color: #059669;
	text-decoration: none;
}
.ss-seo-breadcrumbs a:hover {
	text-decoration: underline;
}
.ss-seo-breadcrumb-sep {
	margin: 0 6px;
	opacity: .6;
}
