.fpp-wrapper {
	background: #f4f4f4;
	padding-top: 2rem;
}

.fpp-wrapper #content {
	background: white;
	padding: 2rem 0;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

h1 {
	text-align: center;
	margin-bottom: 2rem;
}

.selectors {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

select,
textarea {
	padding: 0.6rem;
	font-size: 1rem;
	width: 100%;
}

.preview {
	margin-top: 2rem;
	padding: 1rem;
	border-radius: 6px;
	background: #f0f8ff;
}

.heading {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

.code-box {
	background: #eee;
	font-family: monospace;
	padding: 1rem;
	border-radius: 6px;
	margin-top: 1.5rem;
}