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

.slf-competition-menu-logo {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
    box-shadow: none;
}

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