.product-parts-taxonomy {
	margin: 20px 0;
	padding: 15px;
	background: #f9f9f9;
	border-left: 4px solid #007cba;
	font-family: 'Courier New', monospace;
}

.product-parts-taxonomy h3 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
	font-family: inherit;
	font-size: 18px;
}

.parts-tree {
	line-height: 1.6;
	font-size: 14px;
}

.part-level-0 {
	margin-bottom: 5px;
}

.part-level-0 .part-name {
	font-weight: bold;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
}

.part-level-1 .part-name {
	font-weight: bold;
	color: #007cba;
	font-size: 15px;
}

.part-level-2 .part-name {
	color: #555;
	font-size: 14px;
}

.part-level-3 .part-name {
	color: #666;
	font-size: 13px;
}

.part-indent {
	color: transparent;
	user-select: none;
}

.part-bullet {
	color: #007cba;
	font-weight: bold;
}

.part-name {
	color: #333;
}

/* Alternative clean style */
.product-parts-taxonomy.clean-style {
	background: white;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-family: Arial, sans-serif;
}

.clean-style .parts-tree {
	font-family: 'Segoe UI', Arial, sans-serif;
}
