/* Shape Builder Tool Styles */

.shapeBuilderModeLabel {
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 4px;
	display: inline-block;
	transition: all 0.2s ease;
}

.shapeBuilderModeLabel.merge {
	color: #4488ff;
	background-color: rgba(68, 136, 255, 0.1);
}

.shapeBuilderModeLabel.subtract {
	color: #ff4444;
	background-color: rgba(255, 68, 68, 0.1);
}

/* Hover feedback styling is handled in the tool JS */
