.d-bc-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.d-bc-item {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
[data-kubio] .d-bc-item .d-bc-link { color: #81858C; text-decoration: none; transition: color 0.4s ease-in-out; }
[data-kubio] .d-bc-item .d-bc-link:hover { color: rgb(27, 82, 200); }
.d-bc-item.is-current { color: #0B0B29; }

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
