/* WaytoSEO Breadcrumbs — minimal, theme-agnostic defaults. Themes are
   expected to override colors/spacing via .waytoseo-breadcrumbs as needed. */

.waytoseo-breadcrumbs {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 16px;
}

.waytoseo-breadcrumbs a {
	text-decoration: none;
}

.waytoseo-breadcrumbs a:hover {
	text-decoration: underline;
}

.waytoseo-breadcrumb-sep {
	margin: 0 6px;
	opacity: 0.5;
}

.waytoseo-breadcrumb-current {
	opacity: 0.7;
}
