.breadCrumbs {
    margin-bottom: 20px;
}

.breadcrumb {
    font-size: 12px !important;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    padding: 0 8px;
    color: #ccc;
    font-size: 12px;
}

.breadcrumb a {
    color: #ff8b23;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    text-decoration: underline;
    color: #e06b00;
}

.breadcrumb-item:last-child {
    color: #e06b00;
    font-weight: 400;
}