.breadcrumb-cpt {
    font-size: 14px;
    margin-bottom: 16px;
}

.breadcrumb-cpt ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-cpt li {
    display: flex;
    align-items: center;
}

.breadcrumb-cpt a {
    color: #0f172a;
    font-weight: 500;
    text-decoration: none;
}

.breadcrumb-cpt a:hover {
    text-decoration: underline;
}

.breadcrumb-cpt .current {
    color: #9ca3af;
    font-weight: 400;
}

.breadcrumb-cpt .sep {
    margin: 0 8px;
    color: #0c0d0e;
}
