/**
 * Rank Booster — Front-end styles.
 *
 * Minimal, theme-agnostic styling: enough that breadcrumbs are usable
 * out of the box, while staying easy to override from a theme stylesheet.
 *
 * @package RankBooster
 */

.rb-booster-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
}

.rb-booster-breadcrumbs li {
	display: inline-flex;
	align-items: center;
}

.rb-booster-breadcrumbs a {
	text-decoration: none;
}

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

.rb-booster-breadcrumbs .rb-booster-breadcrumb-sep {
	margin: 0 0.5em;
	opacity: 0.6;
}

.rb-booster-breadcrumbs [aria-current="page"] {
	opacity: 0.75;
}
