<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS breadcrumbs.css Document */

.block-system-breadcrumb-block{
    background: var(--background-breadcrumb-color);
    padding: 10px;
}
.breadcrumb{
	padding-bottom:0px;
	gap:10px;
}
.breadcrumb li::before {
	margin-right: 8px;
}

.breadcrumb li {
  display: flex;
}

.breadcrumb li a,
.breadcrumb li:last-child {
  white-space: nowrap;
}</pre></body></html>