﻿/*.custom-breadcrumb {
    padding-left: 42px !important;
}
*/
.custom-breadcrumb .breadcrumb-item a {
    text-decoration: none !important;
    font-size: 14px !important;
}

    .custom-breadcrumb .breadcrumb-item a:hover {
        text-decoration: underline !important;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: '»';
    color: #8E9093 !important;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline !important;
}

.custom-breadcrumb ol li:last-child a {
    color: #0275d8 !important; /* Active link color */
    pointer-events: none;
    text-decoration: none;
}

    /* Optional: Prevent the active item from looking like a link */
    .custom-breadcrumb .breadcrumb-item.active a {
        color: inherit;
        pointer-events: none;
        text-decoration: none;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}
