.wvcl-crosslinks {
	margin: 0 0 18px;
	padding: 0;
}

.wvcl-crosslinks__label {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: baseline;
	margin: 0 0 8px;
	color: #222;
	font-size: 14px;
	line-height: 1.4;
}

.wvcl-crosslinks__label-name {
	font-weight: 600;
}

.wvcl-crosslinks__selected {
	color: #777;
}

.wvcl-crosslinks__options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.wvcl-crosslinks__option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	transition: border-color 140ms ease, color 140ms ease, background-color 140ms ease;
}

.wvcl-crosslinks__option:hover,
.wvcl-crosslinks__option:focus {
	border-color: #333;
	color: #111;
	text-decoration: none;
}

.wvcl-crosslinks__option:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.wvcl-crosslinks__option.is-current {
	border-color: #111;
	background: #fff;
	color: #111;
	cursor: default;
}

.single-product form.variations_form .wvcl-crosslinks {
	margin-top: 0;
}
