/* Optimalizované styly pro tree rows - náhrada za inline styly */

.tree-rows-container {
    border-collapse: collapse;
}

.tree-item-border {
    border: none !important;
    border-radius: 0;
}

/* Přepíšeme Bootstrap list-group-item bordery */
.list-group-item.tree-item {
    border: none !important;
}

.list-group > li.tree-item:last-child {
    border-bottom: none !important;
}

/* Fix pro dropdown menu u posledních řádků - zajistí, že se menu nezařízne */
#tab-pane-item,
#tab-pane-item .list-group,
#tab-pane-item .list-group-item,
.tree-rows-container,
.tree-rows-container .list-group-item {
    overflow: visible !important;
}

/* Dropdown menu - zobrazení nad kartou */
.tree-rows-container .dropdown-menu {
    z-index: 1050;
}

.tree-row-content {
    min-height: 44px;
}

.tree-row-content-inner {
    font-size: 13px;
    line-height: 1.6;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.checkbox-container,
.nav-container {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.nav-container {
    font-size: 11px;
}

/* Optimalizace pro item-specific styly */
.badge-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    border: 1px solid #6c757d;
    border-radius: 5px;
    padding: 0.15em 0.55em;
    font-size: 12px;
    margin-bottom: 0.25rem !important; /* +1 margin bottom */
}

/* Cache-friendly responsive breakpoints */
@media (max-width: 575.98px) {
    .nav-container {
        display: none !important;
    }
}
