.ezw-wrapper {
	max-width: 1000px;
	margin: 40px auto;
	padding: 30px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.ezw-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.ezw-intro {
	color: #666;
	margin-bottom: 25px;
}

.ezw-form .ezw-field {
	margin-bottom: 20px;
}

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

.ezw-form input[type="text"],
.ezw-form input[type="email"],
.ezw-form input[type="number"],
.ezw-form textarea,
.ezw-form select {
	width: 100%;
	padding: 12px;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	font-size: 14px;
	box-sizing: border-box;
}

.ezw-form input[type="text"]:focus,
.ezw-form input[type="email"]:focus,
.ezw-form input[type="number"]:focus,
.ezw-form textarea:focus,
.ezw-form select:focus {
	outline: none;
	border-color: #135B9A;
}

.ezw-actions {
	margin-top: 20px;
}

.ezw-button {
	display: inline-block;
	padding: 14px 22px;
	background: #DE447A;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
}

.ezw-button:hover {
	background: #9C2E4F;
}

.ezw-help {
	font-size: 13px;
	color: #888;
	margin-top: 15px;
}

.ezw-order-summary {
	padding: 16px;
	background: #f8f8f8;
	border: 1px solid #ececec;
	border-radius: 8px;
	margin-bottom: 24px;
}

.ezw-products {
	margin-bottom: 24px;
}

.ezw-product-item {
	padding: 10px 12px;
	border: 1px solid #ececec;
	border-radius: 8px;
	background: #fafafa;
}

.ezw-error {
	color: #b00020;
	font-weight: 600;
}


.ezw-form .ezw-actions {
	margin-top: 40px;
}