.bambu-custom-select-container-79ec654e {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	margin: 15px 0;
	max-width: 400px;
}

.bambu-select-label-79ec654e {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

.bambu-custom-select-79ec654e {
	position: relative;
	user-select: none;
	cursor: pointer;
}

.bambu-select-trigger-79ec654e {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bambu-select-trigger-79ec654e:hover {
	border-color: #007cba;
}

.bambu-custom-select-79ec654e.open .bambu-select-trigger-79ec654e {
	border-color: #007cba;
	box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}

.bambu-selected-color-preview-79ec654e {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
}

.bambu-selected-text-79ec654e {
	flex-grow: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bambu-arrow-79ec654e {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #666;
	margin-left: 10px;
	transition: transform 0.2s ease;
}

.bambu-custom-select-79ec654e.open .bambu-arrow-79ec654e {
	transform: rotate(180deg);
}

.bambu-options-container-79ec654e {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 4px 4px;
	max-height: 250px;
	overflow-y: auto;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.bambu-custom-select-79ec654e.open .bambu-options-container-79ec654e {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.bambu-option-79ec654e {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	font-size: 14px;
	color: #333;
	transition: background-color 0.15s ease;
}

.bambu-option-79ec654e:hover {
	background-color: #f5f5f5;
}

.bambu-color-dot-79ec654e {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
}

.bambu-color-name-79ec654e {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
