.spp-block {
	max-width: 480px;
	margin: 1.5em 0;
	padding: 1.25em;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.spp-question,
.spp-editor-question {
	margin: 0 0 0.75em;
	font-size: 1.1em;
}

.spp-options {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}

.spp-option {
	margin-bottom: 0.5em;
}

.spp-option label {
	display: flex;
	align-items: center;
	gap: 0.5em;
	cursor: pointer;
}

.spp-submit {
	cursor: pointer;
}

.spp-error {
	color: #b32d2e;
	margin-top: 0.75em;
	font-size: 0.9em;
}

.spp-result-row {
	margin-bottom: 0.9em;
}

.spp-result-label {
	display: flex;
	justify-content: space-between;
	font-size: 0.95em;
	margin-bottom: 0.25em;
}

.spp-result-bar-track {
	background: #eee;
	border-radius: 4px;
	height: 10px;
	overflow: hidden;
}

.spp-result-bar-fill {
	background: #3858e9;
	height: 100%;
}

.spp-result-count {
	font-size: 0.85em;
	color: #666;
	margin-top: 0.2em;
}

.spp-results-total {
	margin: 0.75em 0 0;
	font-size: 0.85em;
	color: #666;
}

.spp-editor-option-row {
	display: flex;
	align-items: center;
	gap: 0.5em;
	margin-bottom: 0.5em;
}

.spp-editor-option-row .components-base-control {
	flex: 1;
}

.spp-editor-options {
	margin-bottom: 0.75em;
}
