.breadcrumb{margin-top:var(--space-6)}.breadcrumb ol{counter-reset:none;list-style:none;padding-left:0;margin:0;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}.breadcrumb ol>li{padding-left:0}.breadcrumb li{display:flex;align-items:center;margin:0;padding:0}.breadcrumb li:last-child{flex:1 1 auto;min-width:0}.breadcrumb li>a{white-space:nowrap}.breadcrumb li:last-child a,.breadcrumb li:last-child span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:anywhere}.breadcrumb li:not(:first-child):before{content:"/";margin-right:.5rem;color:var(--muted-foreground)}@media (hover:hover) and (pointer:fine){.breadcrumb a:hover{color:var(--link-color);text-decoration:underline}}.breadcrumb span{color:var(--foreground)}