/*
 * Shared home/component primitives (placeholder + section title).
 * Loaded with front page and any component that needs them.
 */

.led-home__ph {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-gray-200, #e5e7eb);
	border: 2px dashed var(--color-gray-400, #9ca3af);
	color: var(--color-text-muted, #6b7280);
	font-size: var(--font-size-small, 0.75rem);
	text-align: center;
	box-sizing: border-box;
}

.led-home__section-title {
	margin: 0 0 var(--space-4, 1rem);
	text-align: center;
	font-size: var(--font-size-h3, 1.125rem);
}
