.split-view-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.split-view-column {
    flex: 1;
    min-width: 0; /* Prevents flex items from overflowing */
}

.split-view-column h4 {
    text-align: center;
    margin-top: 0;
    color: #333;
}

.split-view-column .inventory-table {
    width: 100%;
    margin-bottom: 10px;
}
