.breadcrumb ol{flex-wrap:wrap;list-style:none}.breadcrumb li{display:none;align-items:center}.breadcrumb.hidden{display:none}.breadcrumb a,.breadcrumb span{display:block;padding:2px}.breadcrumb li::after,.breadcrumb li:nth-last-child(2)::before{content:'';display:inline-block;width:16px;height:16px;margin:0 4px;background-color:var(--Icon-On-Surface-Subtle);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-size:7px 12px;mask-repeat:no-repeat;mask-position:center;rotate:180deg}.breadcrumb li::after{content:none}.breadcrumb li:nth-last-child(2){display:flex}@media (min-width:840px){.breadcrumb li{display:flex}.breadcrumb li::after{content:'';rotate:0deg}.breadcrumb li:last-child::after,.breadcrumb li:nth-last-child(2)::before{content:none}}