﻿.tree-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 24px 40px;
}

.tree-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.tree-header-sub {
    font-size: 12px;
    font-weight: 400;
    color: #a0aec0;
}

.tree-header-info {
    font-size: 12px;
    font-weight: 400;
    color: #718096;
    margin-left: auto;
}

.tree-panel {
    padding: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    max-height: 600px;
    overflow: auto;
    margin-bottom: 16px;
}

.tree-loading {
    text-align: center;
    padding: 40px;
    color: #a0aec0;
}

.bids-tree {
    font-size: 13px;
}

    .bids-tree .mud-treeview-item-text {
        font-size: 13px;
    }

.tree-info-panel {
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.tree-info-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
}

.tree-info-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tree-info-row {
    display: flex;
    gap: 12px;
    font-size: 13px;
}

    .tree-info-row span:first-child {
        width: 56px;
        color: #a0aec0;
        flex-shrink: 0;
    }

    .tree-info-row span:last-child {
        color: #2d3748;
        word-break: break-all;
    }

    .tree-info-row .mono {
        font-family: monospace;
        font-size: 12px;
    }
