.pbc-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    font-family: inherit;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

.pbc-breadcrumb .pbc-link {
    color: #1078ff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.pbc-breadcrumb .pbc-link:hover {
    text-decoration: underline;
}

.pbc-breadcrumb .pbc-sep {
    margin: 0 6px;
    color: #888;
    font-weight: 400;
}

.pbc-breadcrumb .pbc-date {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #171717;
}

.pbc-breadcrumb .pbc-read-time {
    color: #6d6d6d;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-left: 4px;
}

.pbc-breadcrumb .pbc-dash {
    margin: 0 6px;
    color: #888;
}
