.euwcw-lookup fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 1rem;
}

.euwcw-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	padding: 0;
	margin: 1rem 0;
}

.euwcw-step-link {
	line-height: 1;
	background: #f6f7f7;
	border: 0;
	border-radius: 999px;
	color: #50575e;
	font-size: 0.9em;
	padding: 0.35rem 0.65rem;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}

.euwcw-step.is-active .euwcw-step-link {
	background: #2271b1;
	color: #fff;
	font-weight: 700;
}

.euwcw-step.is-complete .euwcw-step-link {
	background: #dbeafe;
	color: #0a4b78;
}

.euwcw-step-panel {
	opacity: 1;
	transform: translateX(0);
	transition:
		opacity 180ms ease,
		transform 180ms ease;
}

.euwcw-inner-step.is-hidden {
	opacity: 0;
	transform: translateX(10px);
	pointer-events: none;
}

.euwcw-inner-step.is-active {
	opacity: 1;
	transform: translateX(0);
}

.euwcw-product-thumb {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}
