.breadcrumb {
	padding-bottom: 1rem;
	font-size: 0.9em;
	line-height: normal;
}

.breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem;
}

.breadcrumb__item {
	display: flex;
	gap: 0.5rem;
	position: relative;
}

.breadcrumb__item:not(:last-child):after {
	content: '';
	width: 1em;
	margin-top: 3px;
	background-repeat: no-repeat;
	background-image: url('images/chevron-right.svg');
}
