.wsz-card-editor-wrap {
	--wsz-cream: #FFF8EC;
	--wsz-forest: #1B4B43;
	--wsz-coral: #FF6F59;
	--wsz-marigold: #F6C453;
	--wsz-plum: #5C3A5C;
	--wsz-line: #E7DFCB;

	max-width: 640px;
	margin: 24px 0;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--wsz-line);
	border-radius: 16px;
	font-family: inherit;
}

.wsz-front-preview {
	text-align: center;
	margin-bottom: 16px;
}

.wsz-front-preview img {
	max-width: 220px;
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 6px 16px rgba(27,75,67,0.12);
}

.wsz-editor-stage {
	display: flex;
	justify-content: center;
	background: var(--wsz-cream);
	border-radius: 12px;
	padding: 12px;
	margin-bottom: 14px;
}

.wsz-editor-stage canvas {
	border-radius: 8px;
	max-width: 100%;
	height: auto;
}

.wsz-control-group {
	margin-bottom: 16px;
}

.wsz-control-group h4 {
	margin: 0 0 8px 0;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--wsz-plum);
}

.wsz-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wsz-chip {
	background: var(--wsz-marigold);
	color: var(--wsz-forest);
	border: none;
	border-radius: 10px;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.wsz-chip:hover {
	filter: brightness(1.05);
}

.wsz-hint {
	font-size: 12px;
	color: #7A6F5C;
	margin-top: 4px;
}

.wsz-btn {
	border: none;
	border-radius: 10px;
	padding: 10px 16px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
}

.wsz-btn-primary {
	background: var(--wsz-forest);
	color: #fff;
	width: 100%;
}

.wsz-btn-soft {
	background: var(--wsz-cream);
	color: var(--wsz-forest);
	border: 1px solid var(--wsz-line);
}

.wsz-row-buttons {
	margin-top: 12px;
}

.wsz-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--wsz-forest);
}

.wsz-recipient-fields {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.wsz-recipient-fields input {
	padding: 8px 10px;
	border: 1px solid var(--wsz-line);
	border-radius: 8px;
	font-size: 13px;
}

.wsz-confirm-overlay {
	position: fixed;
	inset: 0;
	background: rgba(27, 75, 67, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 1000;
}

.wsz-confirm-card {
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	max-width: 420px;
	width: 100%;
	text-align: center;
	box-shadow: 0 12px 32px rgba(27, 75, 67, 0.3);
}

.wsz-confirm-title {
	font-weight: 700;
	font-size: 16px;
	color: var(--wsz-forest);
	margin: 0 0 14px;
}

.wsz-confirm-frame {
	background: var(--wsz-cream);
	border: 1px solid var(--wsz-line);
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 12px;
}

.wsz-confirm-frame img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 6px 16px rgba(27, 75, 67, 0.15);
}

.wsz-confirm-actions {
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.wsz-confirm-actions .wsz-btn {
	flex: 1;
	width: auto;
}
