.wcew-withdrawal-form {
	margin: 1.5rem 0;
}

.wcew-withdrawal-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.wcew-withdrawal-form input[type="text"],
.wcew-withdrawal-form input[type="email"],
.wcew-withdrawal-form input[type="number"],
.wcew-withdrawal-form textarea {
	max-width: 100%;
	width: 100%;
}

.wcew-items-table input[type="number"] {
	max-width: 7rem;
}

.wcew-item-reason {
	display: block;
	font-size: 0.9em;
	margin-top: 0.25rem;
}

.wcew-declaration {
	border-left: 4px solid currentColor;
	margin: 1.25rem 0;
	padding: 0.75rem 1rem;
}

.wcew-notice {
	border: 1px solid currentColor;
	margin: 1rem 0;
	padding: 0.75rem 1rem;
}

.wcew-notice-error {
	color: #8a1f11;
}

.wcew-notice-info {
	color: #1f4f7a;
}

.wcew-review-summary {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

@media (max-width: 640px) {
	.wcew-items-table input[type="number"] {
		max-width: 100%;
	}
}
