.bsm-list,
.bsm-list .bsm-item {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bsm-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.bsm-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.bsm-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
    border-radius: 2px;
}

.bsm-item.bsm-current .bsm-link {
    cursor: default;
}

.bsm-link--svg {
    line-height: 0;
}

.bsm-link--svg > svg,
.bsm-svg-logo {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (prefers-reduced-motion: reduce) {
    .bsm-link {
        transition: none;
    }
}
