/* Final About-parity corrections for project breadcrumbs. */
body.single-ogere_project .ogere-v10-project-breadcrumb {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
}
/* Neutralise parent-theme generated breadcrumb glyphs so the project shell can
 * show the same single dash separator as the approved About breadcrumb. */
body.single-ogere_project .ogere-v10-project-breadcrumb > *::before,
body.single-ogere_project .ogere-v10-project-breadcrumb > *::after {
    content: none !important;
    display: none !important;
}
body.single-ogere_project .ogere-v10-project-breadcrumb .ogere-v10-breadcrumb-separator {
    display: inline-block !important;
    margin: 0 8px !important;
    color: rgba(255,255,255,.88) !important;
    font: inherit !important;
    line-height: inherit !important;
}
body.single-ogere_project .ogere-v10-project-breadcrumb a {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
}
@media (max-width: 767px) {
    body.single-ogere_project .ogere-v10-project-breadcrumb {
        font-size: 12px !important;
    }
    body.single-ogere_project .ogere-v10-project-breadcrumb .ogere-v10-breadcrumb-separator {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
}
