/* PEIBWA photo collage (Lake block). The collage design lives in the global
   .peibwa-photo-collage* rules in the theme's main.css; this file only spaces
   the wrapper and styles the empty-state hint shown on the builder canvas. */

.lake-root .b-peibwa-photo-collage {
	margin: var(--brand-space, 4rem) 0;
}

.lake-root .b-peibwa-photo-collage figure {
	margin: 0;
}

.lake-root .b-peibwa-photo-collage .hint {
	padding: 3rem 1.5rem;
	text-align: center;
	color: var(--brand-body, #374151);
	border: 1px dashed var(--brand-line, #dcd5cc);
	border-radius: var(--brand-radius, 12px);
}
