.atteks-swatch-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.atteks-swatch {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid #e0e0e0;
	cursor: pointer;
	padding: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: border-color .2s ease, box-shadow .2s ease;
	position: relative;
}

.atteks-swatch:hover {
	border-color: #aaa;
}

.atteks-swatch.selected {
	border-color: #333;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #333;
}

/* Hide the text label visually but keep it accessible */
.atteks-swatch .screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
}
