.woo-eu-withdrawal {
	max-width: 860px;
}

.woo-eu-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.woo-eu-form input[type="text"],
.woo-eu-form input[type="email"],
.woo-eu-form input[type="number"],
.woo-eu-form select,
.woo-eu-form textarea {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}

.woo-eu-form textarea {
	min-height: 100px;
}

.woo-eu-button[disabled],
.woo-eu-form button[disabled] {
	cursor: not-allowed;
	opacity: .55;
}

.woo-eu-table {
	margin: 18px 0;
	width: 100%;
}

.woo-eu-table th,
.woo-eu-table td {
	padding: 10px;
	text-align: left;
}

.woo-eu-message {
	border-left: 4px solid currentColor;
	margin: 0 0 18px;
	padding: 12px;
}

.woo-eu-message-error {
	border-color: #b00020;
}

.woo-eu-message-success {
	border-color: #147a3d;
}

.woo-eu-item {
	align-items: center;
	border-bottom: 1px solid #ddd;
	display: grid;
	gap: 12px;
	grid-template-columns: 170px 1fr 130px 120px;
	padding: 12px 0;
}

.woo-eu-item label {
	margin: 0;
}

.woo-eu-item-select {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 8px;
}

.woo-eu-item-checkbox {
	height: 20px !important;
	margin: 0 !important;
	min-height: 20px;
	min-width: 20px;
	opacity: 1 !important;
	position: static !important;
	visibility: visible !important;
	width: 20px !important;
}

.woo-eu-checkbox-box {
	border: 2px solid currentColor;
	box-sizing: border-box;
	display: none;
	height: 20px;
	width: 20px;
}

.woo-eu-checkbox-text {
	font-weight: 600;
}

.woo-eu-item-name {
	font-weight: 600;
}

.woo-eu-item.is-disabled {
	opacity: .6;
}

.woo-eu-muted,
.woo-eu-item small {
	color: #777;
}

.woo-eu-item-price {
	white-space: nowrap;
}

@media (max-width: 640px) {
	.woo-eu-button,
	.woo-eu-form button {
		text-align: center;
		width: 100%;
	}

	.woo-eu-item {
		grid-template-columns: 1fr;
	}
}
