.ps-survey {
	max-width: 700px;
	margin: 0 auto;
	font-family: inherit;
}

.ps-progress-wrap {
	margin-bottom: 28px;
}

.ps-progress-bar {
	width: 100%;
	height: 8px;
	background: #e9e9e9;
	border-radius: 6px;
	overflow: hidden;
}

.ps-progress-fill {
	height: 100%;
	background: #2e7d32;
	transition: width 0.25s ease;
}

.ps-progress-label {
	margin-top: 6px;
	font-size: 13px;
	color: #666;
}

.ps-question {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 20px 22px;
	margin-bottom: 22px;
}

.ps-question-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ps-question-title {
	margin: 0 0 6px 0;
	font-size: 18px;
}

.ps-question-check {
	display: none;
	color: #2e7d32;
	font-size: 20px;
	font-weight: bold;
}

.ps-question.ps-question-done .ps-question-check {
	display: inline-block;
}

.ps-question-desc {
	margin: 0 0 14px 0;
	font-weight: 600;
	color: #333;
}

.ps-sortable-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ps-sortable-item {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 12px 16px;
	margin-bottom: 8px;
	cursor: grab;
	user-select: none;
}

.ps-sortable-item:active {
	cursor: grabbing;
}

.ps-sortable-item.sortable-ghost {
	opacity: 0.5;
	background: #eef7ee;
	border: 1px dashed #2e7d32;
}

.ps-sortable-item.sortable-chosen {
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	border-color: #2e7d32;
}

.ps-drag-handle {
	color: #555;
	font-size: 20px;
}

.ps-answer-text {
	flex: 1;
}

.ps-email-field {
	margin: 24px 0 8px 0;
}

.ps-email-field input[type="email"] {
	width: 100%;
	max-width: 360px;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
	margin-top: 6px;
}

.ps-email-field input[type="email"].ps-invalid {
	border-color: #c62828;
}

.ps-consent {
	margin: 20px 0;
	font-size: 14px;
}

.ps-submit-wrap {
	text-align: center;
}

.ps-submit-btn {
	background: #bdbdbd;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 14px 40px;
	font-size: 16px;
	font-weight: 600;
	cursor: not-allowed;
	transition: background 0.2s ease;
}

.ps-submit-btn.ps-active {
	background: #2e7d32;
	cursor: pointer;
}

.ps-submit-btn.ps-active:hover {
	background: #256428;
}

.ps-error-msg {
	color: #c62828;
	margin-top: 10px;
	min-height: 20px;
}

.ps-thankyou {
	text-align: center;
	padding: 40px 20px;
}

.ps-save-note {
	color: #666;
	font-size: 14px;
}
