.starlab-breadcrumbs {
	margin: 0 0 20px;
	color: var(--starlab-muted, #667085);
	font-size: 14px;
	line-height: 1.45;
}

.starlab-breadcrumbs ol,
.starlab-breadcrumbs > span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.starlab-breadcrumbs li {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.starlab-breadcrumbs li + li::before {
	margin-right: 8px;
	color: #98a2b3;
	content: "/";
}

.starlab-breadcrumbs a {
	color: var(--starlab-purple, #962983);
	font-weight: 500;
	text-decoration: none;
}

.starlab-breadcrumbs a:hover,
.starlab-breadcrumbs a:focus-visible {
	color: var(--starlab-ink, #0f1729);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.starlab-breadcrumbs [aria-current="page"],
.starlab-breadcrumbs .breadcrumb_last {
	max-width: min(100%, 52ch);
	overflow-wrap: anywhere;
	color: var(--starlab-muted, #667085);
}

@media (max-width: 600px) {
	.starlab-breadcrumbs {
		margin-bottom: 16px;
	}

	.starlab-breadcrumbs [aria-current="page"],
	.starlab-breadcrumbs .breadcrumb_last {
		max-width: 100%;
	}
}
