/* Heady Dispensaries – Breadcrumbs */

.hd-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	padding: 12px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #6b7280;
}

.hd-breadcrumb-item {
	color: #2563eb;
	text-decoration: none;
	transition: color 0.15s ease;
}

.hd-breadcrumb-item:hover {
	color: #1d4ed8;
	text-decoration: underline;
}

.hd-breadcrumb-current {
	color: #1f2937;
	font-weight: 500;
}

.hd-breadcrumb-sep {
	margin: 0 4px;
	color: #9ca3af;
	user-select: none;
}
