.bwd-withdrawal {
	max-width: 720px;
}

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

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

.bwd-withdrawal-message,
.bwd-withdrawal-notice,
.bwd-withdrawal-success {
	border-left: 4px solid #2271b1;
	margin: 0 0 16px;
	padding: 12px 14px;
	background: #f6f7f7;
}

.bwd-withdrawal-error {
	border-left-color: #b32d2e;
}

.bwd-withdrawal-success {
	border-left-color: #008a20;
}

.bwd-withdrawal-summary {
	margin: 0 0 16px;
}

.bwd-withdrawal-field-group {
	margin: 24px 0 12px;
}

.bwd-withdrawal-checkbox label {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-weight: 400;
}

.bwd-withdrawal-products {
	margin: 0 0 18px;
}

.bwd-withdrawal-product-row {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) 120px;
	margin: 0 0 10px;
}

.bwd-withdrawal-product-row input[type="number"] {
	width: 100%;
}

.required {
	color: #b32d2e;
}

.bwd-withdrawal-footer-link {
	padding: 16px;
	text-align: center;
}

.bwd-withdrawal-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bwd-withdrawal-footer-link-left {
	text-align: left;
}

.bwd-withdrawal-footer-link-right {
	text-align: right;
}

.bwd-withdrawal-footer-link a {
	display: inline-block;
	padding: var(--bwd-footer-button-padding-y, 10px) var(--bwd-footer-button-padding-x, 16px);
	border-radius: var(--bwd-footer-button-radius, 4px);
	background: var(--bwd-footer-button-bg, #111827);
	color: var(--bwd-footer-button-color, #ffffff);
	text-decoration: none;
	line-height: 1.2;
	transition: background-color 160ms ease, color 160ms ease;
}

.bwd-withdrawal-footer-link a:hover,
.bwd-withdrawal-footer-link a:focus {
	background: var(--bwd-footer-button-hover-bg, #374151);
	color: var(--bwd-footer-button-hover-color, #ffffff);
	text-decoration: none;
}
