.breadcrumb{padding-block:15px;font-size:1rem;overflow:auto}.breadcrumb ol{padding:0;margin:0;list-style-type:none;display:flex;flex-wrap:nowrap}.breadcrumb li:not(:first-child){padding-left:15px;position:relative}.breadcrumb li:not(:first-child)::before{position:absolute;content:'/';left:6px;color:#333}.breadcrumb a,.breadcrumb li{white-space:nowrap;color:var(--dark-grey)}.breadcrumb a{color:var(--dodger-blue)}.breadcrumb a:hover{text-decoration:underline}:root[data-theme=dark] .breadcrumb li:not(:first-child)::before{color:var(--text-color)}:root[data-theme=dark] .breadcrumb li{color:var(--grey)}