bread-crumb {
    display: block;
    width: 100%;
    height: 68px;
}

bread-crumb .bar {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    background: #702A2A;
    min-height: 32px;
    z-index: 1000;
}

bread-crumb a {
    font-size: 14px;
    text-decoration: none;
    color: #FAFAFA;
    font-weight: 600;
}

bread-crumb svg * {
    fill: #FAFAFA;
}