.dyso-wd-wrap {
	max-width: 760px;
	padding: 24px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
	margin: 24px 0;
}

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

.dyso-wd-form input[type="text"],
.dyso-wd-form input[type="email"],
.dyso-wd-form textarea,
.dyso-wd-form select {
	width: 100%;
	max-width: 100%;
}

.dyso-wd-message {
	padding: 12px 14px;
	border-radius: 8px;
	margin: 16px 0;
}

.dyso-wd-error {
	background: #fff0f0;
	border: 1px solid #e0b4b4;
}

.dyso-wd-info {
	background: #f5f7fb;
	border: 1px solid #dbe3ef;
}

.dyso-wd-success {
	background: #f0fff4;
	border: 1px solid #b7dfc2;
}

.dyso-wd-items {
	margin: 18px 0;
	border-top: 1px solid #eee;
}

.dyso-wd-item {
	display: grid;
	grid-template-columns: 1fr 180px;
	gap: 16px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid #eee;
}

.dyso-wd-check {
	display: flex !important;
	gap: 10px;
	align-items: center;
	margin: 0 !important;
}

.dyso-wd-check input {
	width: auto;
}

.dyso-wd-qty select {
	margin-top: 4px;
}

.dyso-wd-muted {
	color: #777;
	font-weight: 400;
}

.dyso-wd-note {
	font-size: 0.95em;
	color: #555;
}

.dyso-wd-hp {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 640px) {
	.dyso-wd-wrap {
		padding: 18px;
	}

	.dyso-wd-item {
		grid-template-columns: 1fr;
	}
}
