.breadcrumbs{background:var(--ui-color-grey-700);display:flex;flex-direction:row;padding:0 calc(1rem + env(safe-area-inset-right)) 0 calc(1rem + env(safe-area-inset-left));height:30px;gap:10px}.breadcrumbs *{color:white;font-size:11px;user-select:none;text-transform:uppercase;margin:0;line-height:30px;padding:0;text-decoration:none!important}.breadcrumbs *:first-child{margin-right:10px;padding-right:20px;border-right:1px solid #d1d4d3}.breadcrumbs a:visited{color:white}.breadcrumbs a:hover{color:#ccc}.breadcrumbs *:not(:first-child):not(:last-child):after{content:"›";margin-left:10px;font-family:Georgia,sans-serif;font-size:1.5em;line-height:0;color:white}@media (max-width:590px) or (max-height:600px){.breadcrumbs *,.breadcrumbs{height:20px;line-height:20px;font-size:8px}}