.breadcrumb p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25em;
	margin: 0;
}

.breadcrumb a {
	text-decoration: none;
}

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