.breadcrumb{border-radius:var(--br-5xs);background-color:var(--color-mediumslateblue);display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:var(--padding-5xs) var(--padding-base);box-sizing:border-box;gap:var(--gap-base);color:var(--color-white)}.breadcrumb-icon{width:16px;height:16px;cursor:pointer;flex-shrink:0}.breadcrumb-item{display:flex;align-items:center;gap:var(--gap-base)}.breadcrumb-divider{align-self:stretch;flex:1 1;max-width:100%;overflow:hidden;max-height:100%;object-fit:contain}.breadcrumb-text{color:var(--color-white);font-family:var(--font-body);font-size:14px;font-weight:400;white-space:nowrap}.breadcrumb-text--clickable{cursor:pointer}.breadcrumb-text--clickable:hover{opacity:.8}@media (max-width:767px){.breadcrumb{padding:8px;gap:6px;flex-wrap:nowrap;overflow:hidden;max-width:100%}.breadcrumb-item{flex:0 1 auto;min-width:0;max-width:120px;gap:6px}.breadcrumb-text{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumb-icon{width:14px;height:14px}.breadcrumb-divider{flex:0 0 auto;width:8px}}