.angie-bc {
	font-family: Roboto, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #888888;
	margin: 0;
}

.angie-bc__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.angie-bc__item {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.angie-bc__link {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
	letter-spacing: 0.01em;
}

.angie-bc__link:hover {
	color: #D30100;
	text-decoration: none;
}

.angie-bc__current {
	color: #555555;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.angie-bc__sep {
	display: inline-block;
	margin: 0 6px;
	color: #cccccc;
	font-size: 0.9em;
	line-height: 1;
	user-select: none;
}

@media (max-width: 480px) {
	.angie-bc__item {
		white-space: normal;
	}
}
