/* Custom Site Snippets Styles */

.completi-wrapper {
	margin: 20px 0;
	padding: 15px;
	background-color: #f9f9f9;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
}

.completi-title {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

.completi-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.completi-item {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.completi-item:last-child {
	border-bottom: none;
}

.completi-item a {
	color: #0073aa;
	text-decoration: none;
	transition: color 0.2s ease;
}

.completi-item a:hover {
	color: #005177;
	text-decoration: underline;
}

.completi-name {
	font-weight: 500;
}

/* Product Color Circle */
.product-color-circle {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #ddd;
	vertical-align: middle;
	margin-right: 8px;
}

.product-color-name {
	vertical-align: middle;
	color: #333;
}