/* Mobilní vylepšení jen pro variantu modern-mobile a jen pod 900px. Desktop beze změny. */

body.site-layout-modern-mobile .sidebar-mobile-bar {
    display: none;
}

@media (max-width: 900px) {
    body.site-layout-modern-mobile .sidebar-mobile-bar {
        display: block;
        margin-bottom: 10px;
    }

    body.site-layout-modern-mobile .sidebar-mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 44px;
        padding: 10px 14px;
        border: none;
        border-radius: 6px;
        background: #d32f2f;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        cursor: pointer;
        box-sizing: border-box;
        box-shadow: 0 2px 8px rgba(211, 47, 47, 0.35);
    }

    body.site-layout-modern-mobile .sidebar-mobile-toggle:hover {
        background: #b71c1c;
    }

    body.site-layout-modern-mobile .sidebar-mobile-toggle[aria-expanded="true"] {
        background: #666;
        box-shadow: none;
    }

    body.site-layout-modern-mobile .sidebar-mobile-toggle[aria-expanded="true"]:hover {
        background: #444;
    }

    body.site-layout-modern-mobile .sidebar-filter-panel.is-collapsed {
        display: none;
    }

    body.site-layout-modern-mobile .sidebar-inner > .sidebar-hint {
        display: none;
    }
}

@media (min-width: 901px) {
    body.site-layout-modern-mobile .sidebar-filter-panel.is-collapsed {
        display: block;
    }
}
