.breadcrumbs-container {
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	/*padding-bottom: 8px;*/
}

.breadcrumbs {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	font-size: 16px;
	line-height: 18px;
	white-space: nowrap;
}

.breadcrumbs, .breadcrumbs a {
	color: #88919D;
	text-decoration: none;
}

.breadcrumbs>* {
	/* margin-left: 1rem; */
	/* display: inline-block; */
}

.breadcrumbs>*:not(:first-child)::before {
	content: "\\";
	display: inline-block;
	padding: 0 5px 0 5px;
}