.wcw {
	max-width: 680px;
	margin: 2rem auto;
}

.wcw__notice {
	margin-bottom: 1.5rem;
	padding: 1rem 1.25rem;
	border-left: 4px solid;
}

.wcw__notice--success {
	border-color: #2e7d32;
	background: #edf7ed;
}

.wcw__notice--error {
	border-color: #b32d2e;
	background: #fcf0f1;
}

.wcw__progress {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.wcw__progress span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border: 2px solid #767676;
	border-radius: 50%;
	color: #505050;
	font-weight: 700;
}

.wcw__progress span.is-active {
	border-color: #2271b1;
	background: #2271b1;
	color: #fff;
}

.wcw__progress span.is-complete {
	border-color: #2e7d32;
	color: #2e7d32;
}

.wcw__step {
	padding: 1.5rem;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.wcw__step[hidden] {
	display: none;
}

.wcw__step h3:focus {
	outline: none;
}

.wcw__step label {
	display: block;
	margin-bottom: 0.4rem;
	font-weight: 600;
}

.wcw__step input[type="text"],
.wcw__step input[type="email"],
.wcw__step textarea {
	box-sizing: border-box;
	width: 100%;
}

.wcw__step .button {
	margin-right: 0.5rem;
}

.wcw__confirmation label {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
	font-weight: 400;
}

.wcw__confirmation input {
	margin-top: 0.25rem;
}

.wcw__items {
	margin-bottom: 1.25rem;
}

.wcw__items fieldset {
	margin: 0;
	padding: 1rem;
	border: 1px solid #ddd;
}

.wcw__items legend {
	padding: 0 0.35rem;
	font-weight: 700;
}

.wcw__item {
	display: flex !important;
	gap: 0.6rem;
	align-items: flex-start;
	margin: 0.5rem 0;
	font-weight: 400 !important;
}

.wcw__field-error {
	color: #b32d2e;
}
