.kaff-breadcrumb {
    width: min(1180px, calc(100% - 32px));
    margin: 18px auto;
    color: var(--kaff-color-text-muted, #6b7280);
    font-size: .875rem;
    line-height: 1.5;
}
.kaff-breadcrumb a {
    color: inherit;
    text-decoration: none;
}
.kaff-breadcrumb a:hover,
.kaff-breadcrumb a:focus-visible {
    color: var(--kaff-color-accent, #c59d3d);
}
.kaff-breadcrumb-separator {
    display: inline-block;
    margin: 0 .55rem;
    opacity: .55;
}
img[width][height] {
    height: auto;
}
@media (max-width: 640px) {
    .kaff-breadcrumb {
        width: min(100% - 24px, 1180px);
        margin-block: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
