.wai-visually-hidden-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.wai-variation-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.wai-variation-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	min-height: 64px;
	padding: 8px;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.wai-variation-label:hover {
	border-color: #6b7280;
}

.wai-variation-label.is-selected {
	border-color: #111827;
	box-shadow: 0 0 0 1px #111827 inset;
}

.wai-variation-label.is-disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.wai-label-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.wai-label-image {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 6px;
}

.wai-label-color {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #d1d5db;
}

.wai-label-text {
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
}
