.topbar-container--split {
    justify-content: space-between;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.lang-switcher {
    position: relative;
}

.lang-switcher .dropdown-toggle .fa-language {
    font-size: 30px;
}

@media (max-width: 768px) {
    .topbar-left {
        gap: 0.75rem;
        min-width: 0;
        flex: 1;
    }

    .nav-logo span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 42vw;
    }

    .lang-switcher .dropdown-toggle .fa-language {
        font-size: 24px;
    }

    .lang-switcher .dropdown-menu {
        max-height: 60vh;
        overflow-y: auto;
    }
}

@media (max-width: 480px) {
    .nav-logo span {
        max-width: 36vw;
        font-size: 1rem;
    }

    .lang-switcher .dropdown-toggle .fa-language {
        font-size: 22px;
    }
}

.lang-switcher .dropdown-menu {
    right: 0;
    left: unset;
    padding: 10px;
    border-radius: 10px;
}

.lang-switcher .dropdown-menu a {
    border-radius: 5px;
}

.lang-switcher .dropdown-menu li + li {
    margin-top: 3px;
}

.nav-search .fa-search {
    color: #ff8e30;
    font-size: 15px;
    margin-left: 10px;
}

#categories-nav {
    border-top: solid 1px #eee;
}
