#pn-wrapper {
	max-width: 640px;
	margin: 2rem auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
#pn-form {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}
#pn-form label {
	font-weight: 600;
	margin-top: 1rem;
}
#pn-form input[type="text"],
#pn-form textarea {
	padding: 0.7rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1rem;
	font-family: inherit;
}
#pn-form textarea {
	resize: vertical;
}
#pn-form .wp-editor-wrap {
	margin-top: 0.4rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
}
#pn-form input[type="file"] {
	padding: 0.4rem 0;
}
#pn-preview {
	max-width: 100%;
	max-height: 300px;
	margin-top: 0.5rem;
	border-radius: 6px;
	object-fit: cover;
}
#pn-submit {
	margin-top: 1.5rem;
	padding: 0.9rem;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 1.05rem;
	cursor: pointer;
}
#pn-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
#pn-mensaje {
	margin-top: 1rem;
	font-weight: 600;
}
.pn-exito { color: #1a7d1a; }
.pn-error { color: #c0392b; }
