.psv-editor-block {
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 1rem;
}

.psv-editor-preview {
	background: #0f172a;
	border-radius: 8px;
	color: #f8fafc;
	padding: 1.25rem;
}

.psv-editor-preview h3 {
	color: #f8fafc;
	font-size: 1.35rem;
	line-height: 1.25;
	margin: 0 0 0.75rem;
}

.psv-editor-preview p {
	color: #cbd5e1;
	font-size: 0.9rem;
	margin: 0.5rem 0;
	overflow-wrap: anywhere;
}

.psv-editor-preview code {
	background: rgba(255, 255, 255, 0.1);
	color: #f8fafc;
}

.psv-editor-kicker {
	color: #fbbf24;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.psv-editor-actions {
	align-items: center;
	display: flex;
	gap: 0.85rem;
	margin-top: 1rem;
}
