.slf-v2-main-menu__list > .slf-menu-item--club .sub-menu > .slf-dynamic-competition > .sub-menu > .slf-club-has-logo > a::before {
    display: none !important;
    content: none !important;
}

.slf-club-menu-logo {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    padding: 2px;
    border-radius: 6px;
    background: #fff;
    object-fit: contain;
    box-shadow: 0 1px 4px rgb(0 0 0 / 22%);
}

@media (max-width: 850px) {
    .slf-club-menu-logo {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }
}
