
.navbar[b-aj7cj7x4rh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
    z-index: 10;
    font-family: var(--MainFont) !important;
    margin-top: 6px;
}

[b-aj7cj7x4rh] .navbar a, [b-aj7cj7x4rh] .nav-item {
    color: var(--Navigation_item_font_color) !important;
    text-decoration: none;
    padding: 20px;
}

[b-aj7cj7x4rh] .nav-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

[b-aj7cj7x4rh] .nav-item-hidden {
    opacity: 0.62;
}

.hidden-badge[b-aj7cj7x4rh] {
    display: inline-flex;
    align-items: center;
    min-height: 1.15rem;
    padding: 0.1rem 0.35rem;
    border: 1px solid rgba(69, 69, 69, 0.28);
    border-radius: 999px;
    font-size: 0.65rem;
    text-transform: none;
    line-height: 1;
    opacity: 0.9;
}

.nav-manage-button[b-aj7cj7x4rh] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-left: 0.25rem;
    padding: 0 0.85rem;
    border: 1px solid rgba(69, 69, 69, 0.38);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    color: var(--Navigation_item_font_color) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    font-family: var(--MainFont) !important;
    transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.12s ease;
}

    [b-aj7cj7x4rh] .nav-manage-button .menu-edit-button-svg {
        width: 17px;
        height: 17px;
        flex: 0 0 auto;
    }

    .nav-manage-button:hover[b-aj7cj7x4rh] {
        background: rgba(255, 255, 255, 0.92);
        border-color: rgba(69, 69, 69, 0.62);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

    .nav-manage-button:active[b-aj7cj7x4rh] {
        transform: translateY(1px);
    }

    .nav-manage-button:focus-visible[b-aj7cj7x4rh] {
        outline: 2px solid rgba(69, 69, 69, 0.42);
        outline-offset: 2px;
    }

.navbar-right[b-aj7cj7x4rh] {
    display: none;
    gap: 10px;
}

.navbar-toggler[b-aj7cj7x4rh] {
    display: block;
    font-size: 24px;
    background: none;
    border: none;
    color: var(--Navigation_toggler_color) !important;
    cursor: pointer;
    margin: 0;
}

/* Backdrop for mobile-menu close, when we clicked outside */
.menu-backdrop[b-aj7cj7x4rh] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 1;
}

.mobile-menu[b-aj7cj7x4rh] {
    display: none;
    position: absolute;
    flex-direction: column;
    top: 124%;
    right: -10px;
    background: linear-gradient(var(--Navigation_mobile_overlay_color_1), var(--Navigation_mobile_overlay_color_2));
    padding: 0px 10px;
    z-index: 2;
}

[b-aj7cj7x4rh] .mobile-menu .nav-item {
    display: flex;
    flex: 1;
    padding: 20px 50px;
    border-bottom: 1px solid var(--Navigation_border_bottom);
    text-align: center;
    justify-content: center;
    align-items: center;
}

        [b-aj7cj7x4rh] .mobile-menu .nav-item:last-child {
            border: none;
        }

.mobile-manage-button[b-aj7cj7x4rh] {
    margin: 12px auto;
    width: calc(100% - 40px);
    min-height: 44px;
}

/* MEDIA */
/* 768px – Tablety (portrét) */
@media (min-width: 768px) {
    .mobile-menu[b-aj7cj7x4rh] {
        right: -20px;
    }
}

/* 1024px – Tablety (na šířku), malé notebooky */
@media (min-width: 1024px) {
    .mobile-menu[b-aj7cj7x4rh] {
        right: -30px;
        margin-top: 4px;
    }

    .navbar-right[b-aj7cj7x4rh] {
        display: inline;
    }

    .navbar-toggler[b-aj7cj7x4rh] {
        display: none;
    }
}
