.qb-breadcrumb {
	width: 100%;
}

.qb-breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.qb-breadcrumb li {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.qb-breadcrumb a {
	text-decoration: none;
	transition: color 0.2s ease;
}

.qb-breadcrumb a:hover {
	text-decoration: underline;
}

.qb-breadcrumb .current {
	font-weight: 600;
	cursor: default;
}

.qb-breadcrumb .qb-separator {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

/* RTL Support */
body.rtl .qb-breadcrumb ul {
	flex-direction: row-reverse;
}

body.rtl .qb-breadcrumb li + li {
	margin-right: 8px;
	margin-left: 0;
}
