.eu-wd-form-wrap {
	max-width: 640px;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fafafa;
}

.eu-wd-form-wrap h2 {
	margin-top: 0;
}

.eu-wd-legal-intro {
	font-size: 14px;
	color: #444;
	background: #fff;
	border-left: 3px solid #2271b1;
	padding: 10px 14px;
}

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

.eu-wd-form input[type="text"],
.eu-wd-form input[type="email"],
.eu-wd-form input[type="date"],
.eu-wd-form textarea {
	width: 100%;
	padding: 8px 10px;
	margin-bottom: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.eu-wd-btn {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 4px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-weight: 600;
}

.eu-wd-btn-primary {
	background: #2271b1;
	color: #fff;
}

.eu-wd-btn-danger {
	background: #b32d2e;
	color: #fff;
}

.eu-wd-btn-secondary {
	background: #eee;
	color: #333;
	margin-left: 8px;
}

.eu-wd-review-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
}

.eu-wd-review-table th,
.eu-wd-review-table td {
	text-align: left;
	padding: 8px 10px;
	border-bottom: 1px solid #e2e2e2;
}

.eu-wd-review-table th {
	width: 40%;
	color: #555;
}

.eu-wd-confirm-notice {
	font-size: 13px;
	color: #b32d2e;
}

.eu-wd-errors {
	background: #fbeaea;
	border-left: 3px solid #b32d2e;
	padding: 10px 14px;
	margin-bottom: 16px;
}

.eu-wd-success {
	background: #eaf6ea;
	border-left: 3px solid #2e7d32;
	padding: 14px 18px;
	border-radius: 6px;
}

.eu-wd-footer-link {
	text-align: center;
	padding: 10px;
	font-size: 13px;
}

.eu-wd-footer-link a {
	text-decoration: underline;
}

.eu-wd-order-box {
	margin-top: 20px;
	padding: 16px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.eu-wd-excluded-notice {
	margin: 12px 0;
	padding: 10px 14px;
	background: #fff8e5;
	border-left: 3px solid #dba617;
	font-size: 13px;
}

.eu-wd-order-status-box {
	margin: 16px 0;
	padding: 14px 18px;
	border-radius: 6px;
	background: #f6f7f7;
	border-left: 4px solid #8c8f94;
	font-size: 14px;
}

.eu-wd-status-badge {
	display: inline-block;
	margin-left: 8px;
	padding: 3px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
}

.eu-wd-badge-pendiente {
	background: #fff3cd;
	color: #7a5b00;
}

.eu-wd-badge-procesada {
	background: #d4edda;
	color: #1e5b25;
}

.eu-wd-badge-rechazada {
	background: #f8d7da;
	color: #7a1c22;
}

.eu-wd-order-status-box.eu-wd-status-procesada {
	border-left-color: #2e7d32;
}

.eu-wd-order-status-box.eu-wd-status-rechazada {
	border-left-color: #b32d2e;
}

.eu-wd-status-ref {
	margin: 6px 0 0;
	font-size: 12px;
	color: #666;
}

.eu-wd-status-message {
	margin: 8px 0 0;
	font-size: 13px;
}
