/**
 * Resource page breadcrumb (output automatically above resource content).
 */
.scb-breadcrumb {
	background-color: #f7f7f7;
	padding: 0.75rem 1rem;
}

.scb-breadcrumb__inner {
	max-width: 72rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem;
	font-family: Lato, sans-serif;
	font-size: 0.813rem;
	color: #5f5f5f;
}

.scb-breadcrumb a {
	color: #d41313;
	text-decoration: none;
}

.scb-breadcrumb a:hover {
	text-decoration: underline;
}

.scb-breadcrumb__sep {
	color: #b1b1b1;
}

.scb-breadcrumb__current {
	font-weight: 700;
	color: #082137;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
