﻿.ob__breadcrumb {
    background-color: #f8f9fa;
    padding: 8px 15px;
    border-radius: 4px;
}

.ob__breadcrumb-item {
    display: inline-block;
    margin-right: 5px;
}

    .ob__breadcrumb-item a {
        /* color: #007bff; */
        text-decoration: none;
    }

        .ob__breadcrumb-item a:hover {
            text-decoration: underline;
        }

    .ob__breadcrumb-item.active {
        color: #6c757d;
    }

ol.ob__breadcrumb {
    display: flex;
    padding: 0;
}

li.ob__breadcrumb-item::marker {
    list-style-type: auto;
}

li.ob__breadcrumb-item {
    list-style-type: none;
}

    li.ob__breadcrumb-item::before {
        content: "/";
        margin: 0 5px;
        color: #2C3537;
    }


    li.ob__breadcrumb-item:first-child::before {
        content: none;
    }


li.ob__breadcrumb-item {
    font-family: "Ubuntu";
    font-weight: normal;
    font-size: 12px;
    color: #ADB0B2;
}

    li.ob__breadcrumb-item a {
        color: #2C3537;
    }

        li.ob__breadcrumb-item a:hover {
            text-decoration: none;
            color: #008F91;
        }
